Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ writeLiteral
Function
writeLiteral
test/fixtures/snapshot/typescript.js:18261–18265 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
18259
}
18260
}
18261
function
writeLiteral(s) {
18262
if
(s && s.length) {
18263
write(s);
18264
}
18265
}
18266
function
writeLine(force) {
18267
if
(!lineStart || force) {
18268
output += newLine;
Callers
3
emitLiteral
Function · 0.85
emitCallExpression
Function · 0.85
emitTaggedTemplateExpression
Function · 0.85
Calls
2
setLastNonTriviaPosition
Function · 0.85
write
Function · 0.70
Tested by
no test coverage detected