MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / $onUnmounted

Method $onUnmounted

frontend/src/tools/sandbox.ts:26–28  ·  view source on GitHub ↗
(callback: Function)

Source from the content-addressed store, hash-verified

24 }
25
26 public $onUnmounted(callback: Function) {
27 this._addCallback("onUnmounted", callback);
28 }
29
30 public $emit(event: string, ...args: any[]) {
31 const callbacks = this._callbacks.get(event);

Callers

nothing calls this directly

Calls 1

_addCallbackMethod · 0.95

Tested by

no test coverage detected