MCPcopy 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
338func (p *Printer) writeProperty(text string) {
339 p.writer.WriteProperty(text)
340}
341
342func (p *Printer) writeParameter(text string) {
343 p.writer.WriteParameter(text)

Callers 1

writeAsMethod · 0.95

Calls 1

WritePropertyMethod · 0.65

Tested by

no test coverage detected