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

Function flattenEntries

test/fixtures/snapshot/typescript.js:137061–137063  ·  view source on GitHub ↗
(referenceSymbols)

Source from the content-addressed store, hash-verified

137059 }
137060 FindAllReferences.getReferenceEntriesForNode = getReferenceEntriesForNode;
137061 function flattenEntries(referenceSymbols) {
137062 return referenceSymbols && ts.flatMap(referenceSymbols, function (r) { return r.references; });
137063 }
137064 function definitionToReferencedSymbolDefinitionInfo(def, checker, originalNode) {
137065 var info = (function () {
137066 switch (def.type) {

Callers 2

Calls 1

flatMapMethod · 0.80

Tested by

no test coverage detected