MCPcopy 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
342func (p *Printer) writeParameter(text string) {
343 p.writer.WriteParameter(text)
344}
345
346func (p *Printer) writeComment(text string) {
347 p.writer.WriteComment(text)

Callers 1

writeAsMethod · 0.95

Calls 1

WriteParameterMethod · 0.65

Tested by

no test coverage detected