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

Function completionEntryDataIsResolved

test/fixtures/snapshot/typescript.js:132212–132214  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

132210 return result;
132211 }
132212 function completionEntryDataIsResolved(data) {
132213 return !!(data === null || data === void 0 ? void 0 : data.moduleSpecifier);
132214 }
132215 function continuePreviousIncompleteResponse(cache, file, location, program, host, preferences, cancellationToken) {
132216 var previousResponse = cache.get();
132217 if (!previousResponse)

Calls

no outgoing calls

Tested by

no test coverage detected