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

Function getExecutorBundle

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

Source from the content-addressed store, hash-verified

328
329export const getExecutor = () => loadSharedHandle().then((handle) => handle.executor);
330export const getExecutorBundle = () => loadSharedHandle();
331
332export const disposeExecutor = async (): Promise<void> => {
333 const currentHandlePromise = sharedHandlePromise;

Callers 2

createServerHandlersFunction · 0.90
makeLocalApiHandlerFunction · 0.90

Calls 1

loadSharedHandleFunction · 0.85

Tested by

no test coverage detected