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

Function writeSymbol

test/fixtures/snapshot/typescript.js:113997–113999  ·  view source on GitHub ↗
(s, sym)

Source from the content-addressed store, hash-verified

113995 writer.write(s);
113996 }
113997 function writeSymbol(s, sym) {
113998 writer.writeSymbol(s, sym);
113999 }
114000 function writePunctuation(s) {
114001 writer.writePunctuation(s);
114002 }

Callers

nothing calls this directly

Calls 4

writeIndentFunction · 0.85
symbolPartFunction · 0.85
setLastNonTriviaPositionFunction · 0.85
pushMethod · 0.45

Tested by

no test coverage detected