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

Function offline_interpreter

core/src/core.js:106–107  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

104};
105
106export const offline_interpreter = (config) =>
107 config?.interpreter && relative_url(config.interpreter);
108
109const hooked = new Map();
110

Callers 2

executeFunction · 0.90
core.jsFile · 0.85

Calls 1

relative_urlFunction · 0.90

Tested by

no test coverage detected