Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
307
void ClientContext::registerQueryStart() {
308
activeQueryCount++;
309
}
310
311
void ClientContext::registerQueryEnd() {
312
std::lock_guard lck{mtxForClose};
Callers
1
execute
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected