MCPcopy Index your code
hub / github.com/witheve/Eve / init

Function init

src/runtime/webworker.ts:46–51  ·  view source on GitHub ↗
(code, showIDE)

Source from the content-addressed store, hash-verified

44//---------------------------------------------------------------------
45
46export function init(code, showIDE) {
47 global["browser"] = true;
48
49 responder = new WebworkerRuntimeClient(showIDE);
50 responder.load(code || "", "user");
51}
52
53//---------------------------------------------------------------------
54// Messages

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected