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

Function resolveQuickJS

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

Source from the content-addressed store, hash-verified

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

Callers 1

evaluateInQuickJsFunction · 0.85

Calls 1

resolveMethod · 0.80

Tested by

no test coverage detected