MCPcopy
hub / github.com/vuejs/core / indent

Function indent

packages/compiler-core/src/codegen.ts:237–239  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

235 }
236 },
237 indent() {
238 newline(++context.indentLevel)
239 },
240 deindent(withoutNewLine = false) {
241 if (withoutNewLine) {
242 --context.indentLevel

Callers 7

generateFunction · 0.85
genObjectExpressionFunction · 0.85
genFunctionExpressionFunction · 0.85
genConditionalExpressionFunction · 0.85
genCacheExpressionFunction · 0.85
genTemplateLiteralFunction · 0.85
genIfStatementFunction · 0.85

Calls 1

newlineFunction · 0.85

Tested by

no test coverage detected