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

Method writeLineRepeat

internal/printer/printer.go:358–362  ·  view source on GitHub ↗
(count int)

Source from the content-addressed store, hash-verified

356}
357
358func (p *Printer) writeLineRepeat(count int) {
359 for range count {
360 p.writeLine()
361 }
362}
363
364func (p *Printer) writeLines(text string) {
365 lines := stringutil.SplitLines(text)

Callers 4

writeLineOrSpaceMethod · 0.95
writeLinesAndIndentMethod · 0.95

Calls 1

writeLineMethod · 0.95

Tested by

no test coverage detected