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

Function writeParameter

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

Source from the content-addressed store, hash-verified

114010 writer.writeOperator(s);
114011 }
114012 function writeParameter(s) {
114013 writer.writeParameter(s);
114014 }
114015 function writeComment(s) {
114016 writer.writeComment(s);
114017 }

Callers

nothing calls this directly

Calls 1

setLastNonTriviaPositionFunction · 0.85

Tested by

no test coverage detected