MCPcopy 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
82void Connection::interrupt() {
83 dbLifeCycleManager->checkDatabaseClosedOrThrow();
84 clientContext->interrupt();
85}
86
87void Connection::setQueryTimeOut(uint64_t timeoutInMS) {
88 dbLifeCycleManager->checkDatabaseClosedOrThrow();

Callers 4

interruptHandlerMethod · 0.80
TEST_FFunction · 0.80

Calls 1

Tested by 1

TEST_FFunction · 0.64