MCPcopy Index your code
hub / github.com/nodejs/node / getCompletionEntrySymbol

Function getCompletionEntrySymbol

test/fixtures/snapshot/typescript.js:133230–133233  ·  view source on GitHub ↗
(program, log, sourceFile, position, entryId, host, preferences)

Source from the content-addressed store, hash-verified

133228 return { sourceDisplay: [ts.textPart(moduleSpecifier)], codeActions: [codeAction] };
133229 }
133230 function getCompletionEntrySymbol(program, log, sourceFile, position, entryId, host, preferences) {
133231 var completion = getSymbolCompletionFromEntryId(program, log, sourceFile, position, entryId, host, preferences);
133232 return completion.type === "symbol" ? completion.symbol : undefined;
133233 }
133234 Completions.getCompletionEntrySymbol = getCompletionEntrySymbol;
133235 var CompletionDataKind;
133236 (function (CompletionDataKind) {

Callers

nothing calls this directly

Calls 3

synchronizeHostDataFunction · 0.85
getValidSourceFileFunction · 0.85

Tested by

no test coverage detected