MCPcopy
hub / github.com/Doorman11991/smallcode / leave

Method leave

src/tui/fullscreen.js:257–261  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

255 }
256
257 leave() {
258 if (!this.active) return;
259 this.active = false;
260 if (this._terminal) this._terminal.leave();
261 }
262
263 // ─── Layout ──────────────────────────────────────────────────────────
264

Callers 3

_onKeypressMethod · 0.95
runTUIFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected