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

Method cleanUp

src/main/client_context.cpp:303–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303void ClientContext::cleanUp() {
304 VirtualFileSystem::GetUnsafe(*this)->cleanUP(this);
305}
306
307void ClientContext::registerQueryStart() {
308 activeQueryCount++;

Callers 2

commitMethod · 0.80
rollbackMethod · 0.80

Calls 1

cleanUPMethod · 0.80

Tested by

no test coverage detected