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

Function endPrint

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

Source from the content-addressed store, hash-verified

110944 return ownWriter || (ownWriter = ts.createTextWriter(newLine));
110945 }
110946 function endPrint() {
110947 var text = ownWriter.getText();
110948 ownWriter.clear();
110949 return text;
110950 }
110951 function print(hint, node, sourceFile) {
110952 if (sourceFile) {
110953 setSourceFile(sourceFile);

Callers 5

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

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected