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

Function rawWrite

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

Source from the content-addressed store, hash-verified

18252 hasTrailingComment = false;
18253 }
18254 function rawWrite(s) {
18255 if (s !== undefined) {
18256 output += s;
18257 updateLineCountAndPosFor(s);
18258 hasTrailingComment = false;
18259 }
18260 }
18261 function writeLiteral(s) {
18262 if (s && s.length) {
18263 write(s);

Callers

nothing calls this directly

Calls 2

updateLineCountAndPosForFunction · 0.85
setLastNonTriviaPositionFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…