MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / resolveQuickJS

Function resolveQuickJS

packages/kernel/runtime-quickjs/src/index.ts:33–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31};
32
33const resolveQuickJS = (): Promise<QuickJSWASMModule> =>
34 preloadedModule ? Promise.resolve(preloadedModule) : getQuickJS();
35
36class QuickJsExecutionError extends Data.TaggedError("QuickJsExecutionError")<{
37 readonly message: string;

Callers 1

evaluateInQuickJsFunction · 0.85

Calls 1

resolveMethod · 0.80

Tested by

no test coverage detected