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

Method writeKeyword

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

Source from the content-addressed store, hash-verified

332}
333
334func (p *Printer) writeKeyword(text string) {
335 p.writer.WriteKeyword(text)
336}
337
338func (p *Printer) writeProperty(text string) {
339 p.writer.WriteProperty(text)

Callers 15

writeAsMethod · 0.95
emitTypeParameterMethod · 0.95
emitConstructorMethod · 0.95
emitTypePredicateMethod · 0.95
emitConstructorTypeMethod · 0.95
emitTypeQueryMethod · 0.95
emitConditionalTypeMethod · 0.95
emitInferTypeMethod · 0.95
emitThisTypeMethod · 0.95

Calls 1

WriteKeywordMethod · 0.65

Tested by

no test coverage detected