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

Method dispose

packages/playground/src/components/NavMenu.ts:165–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

163 }
164
165 dispose(): void {
166 this.close();
167 this.popper?.destroy();
168 this.popover.remove();
169 this.root.remove();
170 }
171}

Callers

nothing calls this directly

Calls 2

closeMethod · 0.95
destroyMethod · 0.65

Tested by

no test coverage detected