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

Function write

test/fixtures/snapshot/typescript.js:18236–18240  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

18234 }
18235 }
18236 function write(s) {
18237 if (s)
18238 hasTrailingComment = false;
18239 writeText(s);
18240 }
18241 function writeComment(s) {
18242 if (s)
18243 hasTrailingComment = true;

Callers 11

writeLiteralFunction · 0.70
createTextWriterFunction · 0.70
emitJSDocFunction · 0.70
emitJSDocTypedefTagFunction · 0.70
emitJSDocCommentFunction · 0.70
writeLinesFunction · 0.70
listFilesFunction · 0.70
explainFilesFunction · 0.70
emitFilesAndReportErrorsFunction · 0.70
listEmittedFileFunction · 0.70
escapingWriteFunction · 0.70

Calls 3

writeTextFunction · 0.85
setLastNonTriviaPositionFunction · 0.85
writeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…