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

Method constructor

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

Source from the content-addressed store, hash-verified

1660 t2.CharSizeService = h = s2([r(2, n.IOptionsService)], h);
1661 class c extends a.Disposable {
1662 constructor() {
1663 super(...arguments), this._result = { width: 0, height: 0 };
1664 }
1665 _validateAndSet(e3, t3) {
1666 void 0 !== e3 && e3 > 0 && void 0 !== t3 && t3 > 0 && (this._result.width = e3, this._result.height = t3);
1667 }

Callers

nothing calls this directly

Calls 5

registerEscHandlerMethod · 0.95
resetMethod · 0.95
addParamMethod · 0.80
createMethod · 0.65
registerMethod · 0.45

Tested by

no test coverage detected