Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jabbany/CommentCoreLibrary
/ init
Method
init
src/scripting/host/BridgedSandbox.ts:109–112 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
107
}
108
109
private init():void {
110
this._worker.send(this._getDimensionsMessage());
111
// Actually do the bindings
112
}
113
114
public eval(code:string):void {
115
if
(!this._isAvailable) {
Callers
2
_bind
Method · 0.95
WorkerHook
Function · 0.45
Calls
2
_getDimensionsMessage
Method · 0.95
send
Method · 0.45
Tested by
no test coverage detected