Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MCSManager/MCSManager
/ $mountSandbox
Method
$mountSandbox
frontend/src/tools/sandbox.ts:48–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
}
47
48
public $mountSandbox() {
49
this.$emit(
"onMounted"
);
50
}
51
52
private _addCallback(event: string, callback: Function) {
53
const
callbacks = this._callbacks.get(event) || [];
Callers
1
mount
Method · 0.80
Calls
1
$emit
Method · 0.95
Tested by
no test coverage detected