Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LadybugDB/ladybug
/ closeFileHandle
Method
closeFileHandle
src/storage/storage_manager.cpp:85–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
void StorageManager::closeFileHandle() {
86
if (dataFH != nullptr) {
87
dataFH->resetFileInfo();
88
}
89
}
90
91
Table* StorageManager::getTable(table_id_t tableID) {
92
std::shared_lock lck{mtx};
Callers
1
dropGraph
Method · 0.80
Calls
1
resetFileInfo
Method · 0.80
Tested by
no test coverage detected