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

Function invoke

core/src/plugins/donkey.js:6–6  ·  view source on GitHub ↗
(name, args)

Source from the content-addressed store, hash-verified

4const { stringify } = JSON;
5
6const invoke = (name, args) => `${name}(code, ${args.join(", ")})`;
7
8const donkey = ({
9 type = "py",

Callers 1

donkeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected