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

Method writeSpace

internal/printer/printer.go:350–352  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

348}
349
350func (p *Printer) writeSpace() {
351 p.writer.WriteSpace(" ")
352}
353
354func (p *Printer) writeLine() {
355 p.writer.WriteLine()

Callers 15

writeLineOrSpaceMethod · 0.95
writeLinesAndIndentMethod · 0.95
emitTypeParameterMethod · 0.95
emitTypeAnnotationMethod · 0.95
emitInitializerMethod · 0.95
emitFunctionBodyNodeMethod · 0.95
emitTypePredicateMethod · 0.95
emitReturnTypeMethod · 0.95
emitFunctionTypeMethod · 0.95
emitConstructorTypeMethod · 0.95

Calls 1

WriteSpaceMethod · 0.65

Tested by

no test coverage detected