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

Method getFileHandle

src/include/storage/overflow_file.h:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 }
122
123 FileHandle* getFileHandle() const {
124 DASSERT(fileHandle);
125 return fileHandle;
126 }
127
128protected:
129 explicit OverflowFile(MemoryManager& memoryManager);

Callers 4

initDataFileHandleMethod · 0.45
MemoryManagerMethod · 0.45
getOrCreateDataFHMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected