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

Method resize

src/server/web/public/terminal.js:6048–6050  ·  view source on GitHub ↗
(e3, t3)

Source from the content-addressed store, hash-verified

6046 this._core.focus();
6047 }
6048 input(e3, t3 = true) {
6049 this._core.input(e3, t3);
6050 }
6051 resize(e3, t3) {
6052 this._verifyIntegers(e3, t3), this._core.resize(e3, t3);
6053 }

Callers

nothing calls this directly

Calls 2

_verifyIntegersMethod · 0.95
resizeMethod · 0.45

Tested by

no test coverage detected