MCPcopy Index your code
hub / github.com/microsoft/typescript-go / writeComment

Method writeComment

internal/printer/printer.go:346–348  ·  view source on GitHub ↗
(text string)

Source from the content-addressed store, hash-verified

344}
345
346func (p *Printer) writeComment(text string) {
347 p.writer.WriteComment(text)
348}
349
350func (p *Printer) writeSpace() {
351 p.writer.WriteSpace(" ")

Callers 4

writeAsMethod · 0.95
emitShebangIfNeededMethod · 0.95
emitDirectiveMethod · 0.95

Calls 1

WriteCommentMethod · 0.65

Tested by

no test coverage detected