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

Method dispose

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

Source from the content-addressed store, hash-verified

6094 this._core.selectAll();
6095 }
6096 selectLines(e3, t3) {
6097 this._verifyIntegers(e3, t3), this._core.selectLines(e3, t3);
6098 }
6099 dispose() {
6100 super.dispose();
6101 }

Callers

nothing calls this directly

Calls 1

disposeMethod · 0.65

Tested by

no test coverage detected