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

Function addSearch

test/fixtures/snapshot/typescript.js:136382–136384  ·  view source on GitHub ↗
(location, symbol)

Source from the content-addressed store, hash-verified

136380 var importSearches = [];
136381 var singleReferences = [];
136382 function addSearch(location, symbol) {
136383 importSearches.push([location, symbol]);
136384 }
136385 if (directImports) {
136386 for (var _i = 0, directImports_2 = directImports; _i < directImports_2.length; _i++) {
136387 var decl = directImports_2[_i];

Callers 3

handleImportFunction · 0.85
searchForNamedImportFunction · 0.85

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected