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

Method dispose

packages/playground/src/components/TrackItem.ts:174–179  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

172 }
173
174 dispose(): void {
175 this.muteBtn.dispose();
176 this.soloBtn.dispose();
177 this.volume.dispose();
178 this.root.remove();
179 }
180}

Callers 1

rebuildMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected