Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LadybugDB/ladybug
/ interruptHandler
Method
interruptHandler
tools/shell/embedded_shell.cpp:717–720 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
715
}
716
717
void EmbeddedShell::interruptHandler(int /*signal*/) {
718
globalConnection->interrupt();
719
printInterrupted = true;
720
}
721
722
void EmbeddedShell::setLinenoiseMode(int mode) {
723
linenoiseSetMultiLine(mode, path_to_history);
Callers
nothing calls this directly
Calls
1
interrupt
Method · 0.80
Tested by
no test coverage detected