MCPcopy Index your code
hub / github.com/nodejs/node / decreaseIndent

Function decreaseIndent

test/fixtures/snapshot/typescript.js:114042–114044  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114040 writer.increaseIndent();
114041 }
114042 function decreaseIndent() {
114043 writer.decreaseIndent();
114044 }
114045 function writeToken(token, pos, writer, contextNode) {
114046 return !sourceMapsDisabled
114047 ? emitTokenWithSourceMap(contextNode, token, writer, pos, writeTokenText)

Callers 10

emitMappedTypeFunction · 0.85
emitTokenWithCommentFunction · 0.85
emitSignatureAndBodyFunction · 0.85
emitBlockFunctionBodyFunction · 0.85
emitEmbeddedStatementFunction · 0.85
emitNodeListFunction · 0.85
decreaseIndentIfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…