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

Method $destroySandbox

frontend/src/tools/sandbox.ts:43–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 }
42
43 public $destroySandbox() {
44 this.$emit("onUnmounted");
45 // this._callbacks.clear();
46 }
47
48 public $mountSandbox() {
49 this.$emit("onMounted");

Callers 1

destroyMethod · 0.80

Calls 1

$emitMethod · 0.95

Tested by

no test coverage detected