Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/typescript-go
/ writeParameter
Method
writeParameter
internal/printer/printer.go:342–344 ·
view source on GitHub ↗
(text string)
Source
from the content-addressed store, hash-verified
340
}
341
342
func
(p *Printer) writeParameter(text string) {
343
p.writer.WriteParameter(text)
344
}
345
346
func
(p *Printer) writeComment(text string) {
347
p.writer.WriteComment(text)
Callers
1
writeAs
Method · 0.95
Calls
1
WriteParameter
Method · 0.65
Tested by
no test coverage detected