MCPcopy
hub / github.com/coder/mux / QuickJSRuntimeFactory

Class QuickJSRuntimeFactory

src/node/services/ptc/quickjsRuntime.ts:581–585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579 * Factory for creating QuickJS runtime instances.
580 */
581export class QuickJSRuntimeFactory implements IJSRuntimeFactory {
582 async create(): Promise<QuickJSRuntime> {
583 return QuickJSRuntime.create();
584 }
585}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected