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

Function getExecutorBundle

apps/local/src/executor.ts:311–311  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

309
310export const getExecutor = () => loadSharedHandle().then((handle) => handle.executor);
311export const getExecutorBundle = () => loadSharedHandle();
312
313export const disposeExecutor = async (): Promise<void> => {
314 const currentHandlePromise = sharedHandlePromise;

Callers 2

createServerHandlersFunction · 0.90
makeLocalApiHandlerFunction · 0.90

Calls 1

loadSharedHandleFunction · 0.85

Tested by

no test coverage detected