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

Function writeStringLiteral

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

Source from the content-addressed store, hash-verified

113989 writer.writeLiteral(s);
113990 }
113991 function writeStringLiteral(s) {
113992 writer.writeStringLiteral(s);
113993 }
113994 function writeBase(s) {
113995 writer.write(s);
113996 }

Callers 1

emitLiteralFunction · 0.85

Calls 1

setLastNonTriviaPositionFunction · 0.85

Tested by

no test coverage detected