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

Function reloadExecutor

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

Source from the content-addressed store, hash-verified

319};
320
321export const reloadExecutor = async () => {
322 await disposeExecutor();
323 return getExecutor();
324};

Callers 1

executor.test.tsFile · 0.90

Calls 2

disposeExecutorFunction · 0.85
getExecutorFunction · 0.85

Tested by

no test coverage detected