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

Function addFileIncludeReason

test/fixtures/snapshot/typescript.js:118357–118360  ·  view source on GitHub ↗
(file, reason)

Source from the content-addressed store, hash-verified

118355 return file;
118356 }
118357 function addFileIncludeReason(file, reason) {
118358 if (file)
118359 fileReasons.add(file.path, reason);
118360 }
118361 function addFileToFilesByName(file, path, redirectedPath) {
118362 if (redirectedPath) {
118363 filesByName.set(redirectedPath, file);

Callers 1

findSourceFileWorkerFunction · 0.85

Calls 1

addMethod · 0.65

Tested by

no test coverage detected