MCPcopy
hub / github.com/codeaashu/claude-code / measure

Method measure

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

Source from the content-addressed store, hash-verified

1653 this.register(this._optionsService.onMultipleOptionChange(["fontFamily", "fontSize"], (() => this.measure())));
1654 }
1655 measure() {
1656 const e3 = this._measureStrategy.measure();
1657 e3.width === this.width && e3.height === this.height || (this.width = e3.width, this.height = e3.height, this._onCharSizeChange.fire());
1658 }
1659 };
1660 t2.CharSizeService = h = s2([r(2, n.IOptionsService)], h);
1661 class c extends a.Disposable {

Callers 6

openMethod · 0.45
resizeMethod · 0.45
_afterResizeMethod · 0.45
constructorMethod · 0.45

Calls 1

fireMethod · 0.80

Tested by

no test coverage detected