MCPcopy 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
322func (p *Printer) writeLiteral(text string) {
323 p.writer.WriteLiteral(text)
324}
325
326func (p *Printer) writePunctuation(text string) {
327 p.writer.WritePunctuation(text)

Callers 3

writeAsMethod · 0.95
emitCalleeMethod · 0.95
emitJsxTextMethod · 0.95

Calls 1

WriteLiteralMethod · 0.65

Tested by

no test coverage detected