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

Method hasValidSize

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

Source from the content-addressed store, hash-verified

1641 const n = i2(2585), o = i2(8460), a = i2(844);
1642 let h = t2.CharSizeService = class extends a.Disposable {
1643 get hasValidSize() {
1644 return this.width > 0 && this.height > 0;
1645 }
1646 constructor(e3, t3, i3) {
1647 super(), this._optionsService = i3, this.width = 0, this.height = 0, this._onCharSizeChange = this.register(new o.EventEmitter()), this.onCharSizeChange = this._onCharSizeChange.event;
1648 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected