MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / install

Method install

www/js/ext/worker.js:196–198  ·  view source on GitHub ↗
(target, source, args, runtime)

Source from the content-addressed store, hash-verified

194 }
195 }
196 install(target, source, args, runtime) {
197 runtime.assignToNamespace(target, this.nameSpace, this.workerName, this.stubs);
198 }
199 };
200 function workerPlugin(_hyperscript) {
201 _hyperscript.addFeature(WorkerFeature.keyword, WorkerFeature.parse.bind(WorkerFeature));

Callers

nothing calls this directly

Calls 1

assignToNamespaceMethod · 0.45

Tested by

no test coverage detected