| 256 | } |
| 257 | |
| 258 | AttNumber getAttID(const header_page* page) |
| 259 | { |
| 260 | return ((AttNumber)page->hdr_att_high << BITS_PER_LONG | page->hdr_attachment_id); |
| 261 | } |
| 262 | |
| 263 | void writeAttID(header_page* page, AttNumber number) |
| 264 | { |
no outgoing calls
no test coverage detected