MCPcopy Index your code
hub / github.com/aws/jsii / indent

Method indent

packages/codemaker/src/codemaker.ts:120–122  ·  view source on GitHub ↗

* Same as `open`.

(textBefore?: string)

Source from the content-addressed store, hash-verified

118 * Same as `open`.
119 */
120 public indent(textBefore?: string) {
121 this.open(textBefore);
122 }
123
124 /**
125 * Same as `close`.

Callers 14

validateMapMethod · 0.80
validateTypeUnionMethod · 0.80
emitClassBuilderMethod · 0.80
emitMethod · 0.80
emitMagicMethodsMethod · 0.80
emitMethod · 0.80
emitSubmoduleFqnMapMethod · 0.80
openSignatureFunction · 0.80
assignCallResultFunction · 0.80
assignDictionaryFunction · 0.80
emitListFunction · 0.80
emitMethod · 0.80

Calls 1

openMethod · 0.95

Tested by

no test coverage detected