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

Function getDefinitionAndBoundSpan

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

Source from the content-addressed store, hash-verified

85 }
86
87 function getDefinitionAndBoundSpan(
88 fileName: string,
89 position: number,
90 ): ts.DefinitionInfoAndBoundSpan | undefined {
91 return withFallback(fileName, (ls) => ls.getDefinitionAndBoundSpan(fileName, position));
92 }
93
94 function getDefinitionAtPosition(
95 fileName: string,

Callers 1

getDefinitionAtPositionFunction · 0.85

Calls 2

withFallbackFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…