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

Function getExecutorBundle

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

Source from the content-addressed store, hash-verified

298
299export const getExecutor = () => loadSharedHandle().then((handle) => handle.executor);
300export const getExecutorBundle = () => loadSharedHandle();
301
302export const disposeExecutor = async (): Promise<void> => {
303 const currentHandlePromise = sharedHandlePromise;

Callers 2

createServerHandlersFunction · 0.90
makeLocalApiHandlerFunction · 0.90

Calls 1

loadSharedHandleFunction · 0.85

Tested by

no test coverage detected