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

Method resume

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

Source from the content-addressed store, hash-verified

133 this.isPaused = true;
134 }
135 public resume() {
136 this.isPaused = false;
137 }
138
139 public resetOptions(opts: IPtyTerminalOptions) {
140 if (this.options.name !== opts.name) {

Callers 2

newBackendConnectionMethod · 0.80
setupTerminalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected