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

Function getTcb

packages/language-service/src/ts_plugin.ts:227–229  ·  view source on GitHub ↗
(fileName: string, position: number)

Source from the content-addressed store, hash-verified

225 }
226
227 function getTcb(fileName: string, position: number): GetTcbResponse | undefined {
228 return ngLS.getTcb(fileName, position);
229 }
230
231 /**
232 * Given an external template, finds the associated components that use it as a `templateUrl`.

Callers

nothing calls this directly

Calls 1

getTcbMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…