Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
330
func
(p *Printer) writeOperator(text string) {
331
p.writer.WriteOperator(text)
332
}
333
334
func
(p *Printer) writeKeyword(text string) {
335
p.writer.WriteKeyword(text)
Callers
3
writeAs
Method · 0.95
emitTypeParameter
Method · 0.95
emitNonNullExpression
Method · 0.95
Calls
1
WriteOperator
Method · 0.65
Tested by
no test coverage detected