Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
7
export
const
main = (name) => hooks.main[name];
8
export
const
worker = (name) => hooks.worker[name];
9
10
const
code = (hooks, branch, key, lib) => {
11
hooks[key] = () => {
Callers
1
createFunction
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected