Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
destroy
Method · 0.80
Calls
1
$emit
Method · 0.95
Tested by
no test coverage detected