Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
334
func
(p *Printer) writeKeyword(text string) {
335
p.writer.WriteKeyword(text)
336
}
337
338
func
(p *Printer) writeProperty(text string) {
339
p.writer.WriteProperty(text)
Callers
15
writeAs
Method · 0.95
emitTypeParameter
Method · 0.95
emitClassStaticBlockDeclaration
Method · 0.95
emitConstructor
Method · 0.95
emitConstructSignature
Method · 0.95
emitTypePredicate
Method · 0.95
emitConstructorType
Method · 0.95
emitTypeQuery
Method · 0.95
emitConditionalType
Method · 0.95
emitInferTypeParameter
Method · 0.95
emitInferType
Method · 0.95
emitThisType
Method · 0.95
Calls
1
WriteKeyword
Method · 0.65
Tested by
no test coverage detected