Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/typescript-go
/ writeTrailingSemicolon
Method
writeTrailingSemicolon
internal/printer/printer.go:378–380 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
376
}
377
378
func
(p *Printer) writeTrailingSemicolon() {
379
p.writer.WriteTrailingSemicolon(
";"
)
380
}
381
382
func
(p *Printer) increaseIndent() {
383
p.writer.IncreaseIndent()
Callers
15
emitFunctionBodyNode
Method · 0.95
emitPropertySignature
Method · 0.95
emitPropertyDeclaration
Method · 0.95
emitMethodSignature
Method · 0.95
emitCallSignature
Method · 0.95
emitConstructSignature
Method · 0.95
emitIndexSignature
Method · 0.95
emitMappedType
Method · 0.95
emitSemicolonClassElement
Method · 0.95
emitVariableStatement
Method · 0.95
emitEmptyStatement
Method · 0.95
emitExpressionStatement
Method · 0.95
Calls
1
WriteTrailingSemicolon
Method · 0.65
Tested by
no test coverage detected