MCPcopy 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
106void ClientContext::startTimer() {
107 if (hasTimeout()) {
108 activeQuery.timer.start();
109 }
110}
111
112void ClientContext::setQueryTimeOut(uint64_t timeoutInMS) {
113 lock_t lck{mtx};

Callers 1

executeNoLockMethod · 0.95

Calls 2

hasTimeoutFunction · 0.85
startMethod · 0.45

Tested by

no test coverage detected