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