MCPcopy Index your code
hub / github.com/pyscript/pyscript / worker

Function worker

core/src/hooks.js:8–8  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

6
7export const main = (name) => hooks.main[name];
8export const worker = (name) => hooks.worker[name];
9
10const code = (hooks, branch, key, lib) => {
11 hooks[key] = () => {

Callers 1

createFunctionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected