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

Function beginPrint

test/fixtures/snapshot/typescript.js:110943–110945  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110941 writer = previousWriter;
110942 }
110943 function beginPrint() {
110944 return ownWriter || (ownWriter = ts.createTextWriter(newLine));
110945 }
110946 function endPrint() {
110947 var text = ownWriter.getText();
110948 ownWriter.clear();

Callers 5

printNodeFunction · 0.85
printListFunction · 0.85
printBundleFunction · 0.85
printFileFunction · 0.85
printUnparsedSourceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected