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

Method cleanUP

src/common/file_system/virtual_file_system.cpp:128–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128void VirtualFileSystem::cleanUP(main::ClientContext* context) {
129 for (auto& subSystem : subSystems) {
130 subSystem->cleanUP(context);
131 }
132 defaultFS->cleanUP(context);
133}
134
135bool VirtualFileSystem::handleFileViaFunction(const std::string& path) const {
136 return findFileSystem(path)->handleFileViaFunction(path);

Callers 1

cleanUpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected