MCPcopy Create free account
hub / github.com/codeaashu/claude-code / resume

Method resume

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

Source from the content-addressed store, hash-verified

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 }
7457 resume() {
7458 this.pause(), this._animationTimeRestarted = void 0, this._restartInterval(), this.restartBlinkAnimation();
7459 }

Callers 3

connectVoiceStreamFunction · 0.45
pty-server.tsFile · 0.45
handleFocusMethod · 0.45

Calls 3

_restartIntervalMethod · 0.80
restartBlinkAnimationMethod · 0.80
pauseMethod · 0.45

Tested by

no test coverage detected