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

Method makeIndent

packages/codemaker/src/codemaker.ts:207–213  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

205 }
206
207 private makeIndent(): string {
208 const length = this.currentIndentLength;
209 if (length <= 0) {
210 return '';
211 }
212 return this.indentCharacter.repeat(length);
213 }
214}

Callers 1

lineMethod · 0.95

Calls 1

repeatMethod · 0.45

Tested by

no test coverage detected