Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/typescript-go
/ writeLiteral
Method
writeLiteral
internal/printer/printer.go:322–324 ·
view source on GitHub ↗
(text string)
Source
from the content-addressed store, hash-verified
320
}
321
322
func
(p *Printer) writeLiteral(text string) {
323
p.writer.WriteLiteral(text)
324
}
325
326
func
(p *Printer) writePunctuation(text string) {
327
p.writer.WritePunctuation(text)
Callers
3
writeAs
Method · 0.95
emitCallee
Method · 0.95
emitJsxText
Method · 0.95
Calls
1
WriteLiteral
Method · 0.65
Tested by
no test coverage detected