MCPcopy 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
85void StorageManager::closeFileHandle() {
86 if (dataFH != nullptr) {
87 dataFH->resetFileInfo();
88 }
89}
90
91Table* StorageManager::getTable(table_id_t tableID) {
92 std::shared_lock lck{mtx};

Callers 1

dropGraphMethod · 0.80

Calls 1

resetFileInfoMethod · 0.80

Tested by

no test coverage detected