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

Function reloadExecutor

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

Source from the content-addressed store, hash-verified

349};
350
351export const reloadExecutor = async () => {
352 await disposeExecutor();
353 return getExecutor();
354};

Callers 1

executor.test.tsFile · 0.90

Calls 2

disposeExecutorFunction · 0.85
getExecutorFunction · 0.85

Tested by

no test coverage detected