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

Method writeLine

internal/printer/printer.go:354–356  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

352}
353
354func (p *Printer) writeLine() {
355 p.writer.WriteLine()
356}
357
358func (p *Printer) writeLineRepeat(count int) {
359 for range count {

Callers 15

writeLineRepeatMethod · 0.95
writeLinesMethod · 0.95
writeLineOrSpaceMethod · 0.95
emitMappedTypeMethod · 0.95
emitEmbeddedStatementMethod · 0.95
emitShebangIfNeededMethod · 0.95
emitSourceFileMethod · 0.95
emitDirectiveMethod · 0.95
emitListRangeMethod · 0.95
emitListItemsMethod · 0.95

Calls 1

WriteLineMethod · 0.65

Tested by

no test coverage detected