Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
346
func
(p *Printer) writeComment(text string) {
347
p.writer.WriteComment(text)
348
}
349
350
func
(p *Printer) writeSpace() {
351
p.writer.WriteSpace(
" "
)
Callers
4
writeAs
Method · 0.95
writeCommentRangeWorker
Method · 0.95
emitShebangIfNeeded
Method · 0.95
emitDirective
Method · 0.95
Calls
1
WriteComment
Method · 0.65
Tested by
no test coverage detected