MCPcopy Index your code
hub / github.com/angular/angular / getTcb

Method getTcb

packages/language-service/testing/src/buffer.ts:118–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116 }
117
118 getTcb() {
119 return this.ngLS.getTcb(this.scriptInfo.fileName, this._cursor);
120 }
121
122 getOutliningSpans() {
123 return this.ngLS.getOutliningSpans(this.scriptInfo.fileName);

Callers

nothing calls this directly

Calls 1

getTcbMethod · 0.65

Tested by

no test coverage detected