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

Function resetWriter

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

Source from the content-addressed store, hash-verified

128446 lineStart = true;
128447 }
128448 function resetWriter() {
128449 displayParts = [];
128450 lineStart = true;
128451 indent = 0;
128452 length = 0;
128453 }
128454 }
128455 function symbolPart(text, symbol) {
128456 return displayPart(text, displayPartKind(symbol));

Callers 1

getDisplayPartWriterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…