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

Function reloadExecutor

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

Source from the content-addressed store, hash-verified

330};
331
332export const reloadExecutor = async () => {
333 await disposeExecutor();
334 return getExecutor();
335};

Callers 1

executor.test.tsFile · 0.90

Calls 2

disposeExecutorFunction · 0.85
getExecutorFunction · 0.85

Tested by

no test coverage detected