MCPcopy 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
717void EmbeddedShell::interruptHandler(int /*signal*/) {
718 globalConnection->interrupt();
719 printInterrupted = true;
720}
721
722void EmbeddedShell::setLinenoiseMode(int mode) {
723 linenoiseSetMultiLine(mode, path_to_history);

Callers

nothing calls this directly

Calls 1

interruptMethod · 0.80

Tested by

no test coverage detected