MCPcopy Create free account
hub / github.com/CoderLine/alphaTab / _indent

Method _indent

packages/alphatab/src/xml/XmlWriter.ts:91–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89 );
90 }
91 private _indent() {
92 this._currentIndention += this._indention;
93 }
94
95 private _writeAttributeValue(value: string) {
96 for (let i = 0; i < value.length; i++) {

Callers 1

writeNodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected