MCPcopy Index your code
hub / github.com/microsoft/typescript-go / writeOperator

Method writeOperator

internal/printer/printer.go:330–332  ·  view source on GitHub ↗
(text string)

Source from the content-addressed store, hash-verified

328}
329
330func (p *Printer) writeOperator(text string) {
331 p.writer.WriteOperator(text)
332}
333
334func (p *Printer) writeKeyword(text string) {
335 p.writer.WriteKeyword(text)

Callers 3

writeAsMethod · 0.95
emitTypeParameterMethod · 0.95
emitNonNullExpressionMethod · 0.95

Calls 1

WriteOperatorMethod · 0.65

Tested by

no test coverage detected