Method: Resilience::ObjectTable#object_page_id

Defined in:
lib/resilience/tables/object.rb

#object_page_idObject

Depends on SystemTable extraction



22
23
24
25
26
27
# File 'lib/resilience/tables/object.rb', line 22

def object_page_id
  # in the images I've seen this has always been the first entry
  # in the system table, though always has virtual page id = 2
  # which we could look for if this turns out not to be the case
  image.system_table.pages.first
end