Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
354
func
(p *Printer) writeLine() {
355
p.writer.WriteLine()
356
}
357
358
func
(p *Printer) writeLineRepeat(count int) {
359
for
range
count {
Callers
15
writeLineRepeat
Method · 0.95
writeLines
Method · 0.95
writeLineOrSpace
Method · 0.95
writeCommentRangeWorker
Method · 0.95
emitMappedType
Method · 0.95
emitEmbeddedStatement
Method · 0.95
emitShebangIfNeeded
Method · 0.95
emitPrologueDirectives
Method · 0.95
emitSourceFile
Method · 0.95
emitDirective
Method · 0.95
emitListRange
Method · 0.95
emitListItems
Method · 0.95
Calls
1
WriteLine
Method · 0.65
Tested by
no test coverage detected