Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LadybugDB/ladybug
/ interrupt
Method
interrupt
src/main/connection.cpp:82–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
void Connection::interrupt() {
83
dbLifeCycleManager->checkDatabaseClosedOrThrow();
84
clientContext->interrupt();
85
}
86
87
void Connection::setQueryTimeOut(uint64_t timeoutInMS) {
88
dbLifeCycleManager->checkDatabaseClosedOrThrow();
Callers
4
interruptHandler
Method · 0.80
TEST_F
Function · 0.80
lbug_connection_interrupt
Function · 0.80
scheduleTaskAndWaitOrError
Method · 0.80
Calls
1
checkDatabaseClosedOrThrow
Method · 0.45
Tested by
1
TEST_F
Function · 0.64