Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CoderLine/alphaTab
/ _unindend
Method
_unindend
packages/alphatab/src/xml/XmlWriter.ts:85–90 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
}
84
85
private _unindend() {
86
this._currentIndention = this._currentIndention.substr(
87
0,
88
this._currentIndention.length - this._indention.length
89
);
90
}
91
private _indent() {
92
this._currentIndention += this._indention;
93
}
Callers
1
writeNode
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected