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

Function printFile

test/fixtures/snapshot/typescript.js:110799–110802  ·  view source on GitHub ↗
(sourceFile)

Source from the content-addressed store, hash-verified

110797 return endPrint();
110798 }
110799 function printFile(sourceFile) {
110800 writeFile(sourceFile, beginPrint(), /*sourceMapEmitter*/ undefined);
110801 return endPrint();
110802 }
110803 function printUnparsedSource(unparsed) {
110804 writeUnparsedSource(unparsed, beginPrint());
110805 return endPrint();

Callers 1

printNodeFunction · 0.85

Calls 3

beginPrintFunction · 0.85
endPrintFunction · 0.85
writeFileFunction · 0.70

Tested by

no test coverage detected