Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
128
protected:
129
explicit OverflowFile(MemoryManager& memoryManager);
Callers
4
initDataFileHandle
Method · 0.45
getOrCreateShadowingFH
Method · 0.45
MemoryManager
Method · 0.45
getOrCreateDataFH
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected