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

Method _validateAndSet

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

Source from the content-addressed store, hash-verified

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 }
1668 }
1669 class l extends c {
1670 constructor(e3, t3, i3) {

Callers 2

measureMethod · 0.80
measureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected