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

Method toString

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

Source from the content-addressed store, hash-verified

143 }
144
145 public toString() {
146 return this._result.join('').trimRight();
147 }
148}

Callers 3

writeMethod · 0.95
parseMethod · 0.45
innerTextMethod · 0.45

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected