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

Function main

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

Source from the content-addressed store, hash-verified

5import { stdlib, optional } from "./stdlib.js";
6
7export const main = (name) => hooks.main[name];
8export const worker = (name) => hooks.worker[name];
9
10const code = (hooks, branch, key, lib) => {

Callers 3

onReadyFunction · 0.90
onWorkerFunction · 0.90
plugins-helper.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected