MCPcopy
hub / github.com/codeaashu/claude-code / _runRefreshCallbacks

Method _runRefreshCallbacks

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

Source from the content-addressed store, hash-verified

447 this._rowStart = void 0, this._rowEnd = void 0, this._renderCallback(e3, t3), this._runRefreshCallbacks();
448 }
449 _runRefreshCallbacks() {
450 for (const e3 of this._refreshCallbacks) e3(0);
451 this._refreshCallbacks = [];
452 }
453 };
454 }, 3236: (e2, t2, i2) => {
455 Object.defineProperty(t2, "__esModule", { value: true }), t2.Terminal = void 0;

Callers 1

_innerRefreshMethod · 0.80

Calls 1

e3Class · 0.85

Tested by

no test coverage detected