Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LadybugDB/ladybug
/ startTimer
Method
startTimer
src/main/client_context.cpp:106–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
}
105
106
void ClientContext::startTimer() {
107
if (hasTimeout()) {
108
activeQuery.timer.start();
109
}
110
}
111
112
void ClientContext::setQueryTimeOut(uint64_t timeoutInMS) {
113
lock_t lck{mtx};
Callers
1
executeNoLock
Method · 0.95
Calls
2
hasTimeout
Function · 0.85
start
Method · 0.45
Tested by
no test coverage detected