MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / getAttID

Function getAttID

src/jrd/ods.cpp:258–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

PPG_print_headerFunction · 0.85
loadInventoryPagesMethod · 0.85
PAG_attachment_idFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected