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

Function addReferencedFile

test/fixtures/snapshot/typescript.js:119712–119714  ·  view source on GitHub ↗
(referencedPath)

Source from the content-addressed store, hash-verified

119710 }
119711 }
119712 function addReferencedFile(referencedPath) {
119713 (referencedFiles || (referencedFiles = new ts.Set())).add(referencedPath);
119714 }
119715 }
119716 /**
119717 * Returns true if oldState is reusable, that is the emitKind = module/non module has not changed

Callers 2

getReferencedFilesFunction · 0.85

Calls 1

addMethod · 0.65

Tested by

no test coverage detected