MCPcopy
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

_bindMethod · 0.95
WorkerHookFunction · 0.45

Calls 2

_getDimensionsMessageMethod · 0.95
sendMethod · 0.45

Tested by

no test coverage detected