Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
358
func
(p *Printer) writeLineRepeat(count int) {
359
for
range
count {
360
p.writeLine()
361
}
362
}
363
364
func
(p *Printer) writeLines(text string) {
365
lines := stringutil.SplitLines(text)
Callers
4
writeLineOrSpace
Method · 0.95
writeLinesAndIndent
Method · 0.95
writeLineSeparatorsAfter
Method · 0.95
emitPropertyAccessExpression
Method · 0.95
Calls
1
writeLine
Method · 0.95
Tested by
no test coverage detected