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

Function getQuickInfoAtPosition

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

Source from the content-addressed store, hash-verified

74 }
75
76 function getQuickInfoAtPosition(fileName: string, position: number): ts.QuickInfo | undefined {
77 return withFallback(fileName, (ls) => ls.getQuickInfoAtPosition(fileName, position));
78 }
79
80 function getTypeDefinitionAtPosition(
81 fileName: string,

Callers

nothing calls this directly

Calls 2

withFallbackFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…