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

Method registerQueryStart

src/main/client_context.cpp:307–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307void ClientContext::registerQueryStart() {
308 activeQueryCount++;
309}
310
311void ClientContext::registerQueryEnd() {
312 std::lock_guard lck{mtxForClose};

Callers 1

executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected