Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
emitLiteral
Function · 0.85
Calls
1
setLastNonTriviaPosition
Function · 0.85
Tested by
no test coverage detected