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

Function addOutput

test/fixtures/snapshot/typescript.js:110105–110109  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

110103 var outputs;
110104 return { addOutput: addOutput, getOutputs: getOutputs };
110105 function addOutput(path) {
110106 if (path) {
110107 (outputs || (outputs = [])).push(path);
110108 }
110109 }
110110 function getOutputs() {
110111 return outputs || ts.emptyArray;
110112 }

Callers 3

getSingleOutputFileNamesFunction · 0.85
getOwnOutputFileNamesFunction · 0.85
getAllProjectOutputsFunction · 0.85

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected