MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / getFileIndex

Method getFileIndex

src/include/storage/file_handle.h:78–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 }
77
78 common::file_idx_t getFileIndex() const { return fileIndex; }
79 uint8_t* getFrame(common::page_idx_t pageIdx);
80 PageState* getPageState(common::page_idx_t pageIdx) { return &pageStates[pageIdx]; }
81

Calls

no outgoing calls

Tested by

no test coverage detected