MCPcopy Create free account
hub / github.com/Marus/cortex-debug / pause

Method pause

src/frontend/pty.ts:132–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130 // pause and resume are used when the terminal should appear to not take any input
131 // all further input is lost. Output will still be processed
132 public pause() {
133 this.isPaused = true;
134 }
135 public resume() {
136 this.isPaused = false;
137 }

Callers 2

newBackendConnectionMethod · 0.80
setupTerminalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected