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

Function getCompletionsAtPosition

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

Source from the content-addressed store, hash-verified

148 }
149
150 function getCompletionsAtPosition(
151 fileName: string,
152 position: number,
153 options: ts.GetCompletionsAtPositionOptions,
154 ): ts.WithMetadata<ts.CompletionInfo> | undefined {
155 return withFallback(fileName, (ls) => ls.getCompletionsAtPosition(fileName, position, options));
156 }
157
158 function getCompletionEntryDetails(
159 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…