MCPcopy Index your code
hub / github.com/codeaashu/claude-code / pause

Method pause

src/server/web/public/terminal.js:7451–7453  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7449 this._renderCallback(), this._animationFrame = void 0;
7450 }));
7451 }), 600);
7452 }), e3);
7453 }
7454 pause() {
7455 this.isCursorVisible = true, this._blinkInterval && (this._coreBrowserService.window.clearInterval(this._blinkInterval), this._blinkInterval = void 0), this._blinkStartTimeout && (this._coreBrowserService.window.clearTimeout(this._blinkStartTimeout), this._blinkStartTimeout = void 0), this._animationFrame && (this._coreBrowserService.window.cancelAnimationFrame(this._animationFrame), this._animationFrame = void 0);
7456 }

Callers 2

handleBlurMethod · 0.45
resumeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected