Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
350
func
(p *Printer) writeSpace() {
351
p.writer.WriteSpace(
" "
)
352
}
353
354
func
(p *Printer) writeLine() {
355
p.writer.WriteLine()
Callers
15
writeLineOrSpace
Method · 0.95
writeLinesAndIndent
Method · 0.95
emitTypeParameter
Method · 0.95
emitTypeAnnotation
Method · 0.95
emitInitializer
Method · 0.95
emitFunctionBodyNode
Method · 0.95
emitAccessorDeclaration
Method · 0.95
emitConstructSignature
Method · 0.95
emitTypePredicate
Method · 0.95
emitReturnType
Method · 0.95
emitFunctionType
Method · 0.95
emitConstructorType
Method · 0.95
Calls
1
WriteSpace
Method · 0.65
Tested by
no test coverage detected