MCPcopy Create free account
hub / github.com/nodejs/node / specificKeywordCompletionInfo

Function specificKeywordCompletionInfo

test/fixtures/snapshot/typescript.js:132270–132277  ·  view source on GitHub ↗
(entries, isNewIdentifierLocation)

Source from the content-addressed store, hash-verified

132268 };
132269 }
132270 function specificKeywordCompletionInfo(entries, isNewIdentifierLocation) {
132271 return {
132272 isGlobalCompletion: false,
132273 isMemberCompletion: false,
132274 isNewIdentifierLocation: isNewIdentifierLocation,
132275 entries: entries.slice(),
132276 };
132277 }
132278 function keywordCompletionData(keywordFilters, filterOutTsOnlyKeywords, isNewIdentifierLocation) {
132279 return {
132280 kind: 4 /* CompletionDataKind.Keywords */,

Callers 1

getCompletionsAtPositionFunction · 0.85

Calls 1

sliceMethod · 0.65

Tested by

no test coverage detected