Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/microsoft/typescript-go
/ decreaseIndent
Method
decreaseIndent
internal/printer/printer.go:386–388 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
384
}
385
386
func
(p *Printer) decreaseIndent() {
387
p.writer.DecreaseIndent()
388
}
389
390
func
(p *Printer) increaseIndentIf(indentRequested bool) {
391
if
indentRequested {
Callers
5
decreaseIndentIf
Method · 0.95
emitFunctionBody
Method · 0.95
emitMappedType
Method · 0.95
emitEmbeddedStatement
Method · 0.95
emitListItems
Method · 0.95
Calls
1
DecreaseIndent
Method · 0.65
Tested by
no test coverage detected