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

Method _createRenderer

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

Source from the content-addressed store, hash-verified

576 })), this._charSizeService.measure(), this.refresh(0, this.rows - 1), this._initGlobal(), this.bindMouse();
577 }
578 _createRenderer() {
579 return this._instantiationService.createInstance(_.DomRenderer, this, this._document, this.element, this.screenElement, this._viewportElement, this._helperContainer, this.linkifier);
580 }
581 bindMouse() {
582 const e3 = this, t3 = this.element;
583 function i3(t4) {

Callers 2

openMethod · 0.95
activateMethod · 0.80

Calls 1

createInstanceMethod · 0.45

Tested by

no test coverage detected