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

Function reset

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

Source from the content-addressed store, hash-verified

18244 writeText(s);
18245 }
18246 function reset() {
18247 output = "";
18248 indent = 0;
18249 lineStart = true;
18250 lineCount = 0;
18251 linePos = 0;
18252 hasTrailingComment = false;
18253 }
18254 function rawWrite(s) {
18255 if (s !== undefined) {
18256 output += s;

Callers 9

createTextWriterFunction · 0.70
createPrinterFunction · 0.70
writeNodeFunction · 0.70
writeListFunction · 0.70
writeBundleFunction · 0.70
writeUnparsedSourceFunction · 0.70
writeFileFunction · 0.70
getNavigationBarItemsFunction · 0.70
getNavigationTreeFunction · 0.70

Calls 1

setWriterFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…