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

Function getOutliningSpans

packages/language-service/src/ts_plugin.ts:223–225  ·  view source on GitHub ↗
(fileName: string)

Source from the content-addressed store, hash-verified

221 }
222
223 function getOutliningSpans(fileName: string): ts.OutliningSpan[] {
224 return withFallback(fileName, (ls) => ls.getOutliningSpans(fileName)) ?? [];
225 }
226
227 function getTcb(fileName: string, position: number): GetTcbResponse | undefined {
228 return ngLS.getTcb(fileName, position);

Callers

nothing calls this directly

Calls 2

withFallbackFunction · 0.85
getOutliningSpansMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…