MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / install

Method install

src/ext/worker.js:165–167  ·  view source on GitHub ↗
(target, source, args, runtime)

Source from the content-addressed store, hash-verified

163 }
164
165 install(target, source, args, runtime) {
166 runtime.assignToNamespace(target, this.nameSpace, this.workerName, this.stubs);
167 }
168}
169
170export default function workerPlugin(_hyperscript) {

Callers

nothing calls this directly

Calls 1

assignToNamespaceMethod · 0.45

Tested by

no test coverage detected