MCPcopy 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
386func (p *Printer) decreaseIndent() {
387 p.writer.DecreaseIndent()
388}
389
390func (p *Printer) increaseIndentIf(indentRequested bool) {
391 if indentRequested {

Callers 5

decreaseIndentIfMethod · 0.95
emitFunctionBodyMethod · 0.95
emitMappedTypeMethod · 0.95
emitEmbeddedStatementMethod · 0.95
emitListItemsMethod · 0.95

Calls 1

DecreaseIndentMethod · 0.65

Tested by

no test coverage detected