Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
332
export
const
reloadExecutor =
async
() => {
333
await
disposeExecutor();
334
return
getExecutor();
335
};
Callers
1
executor.test.ts
File · 0.90
Calls
2
disposeExecutor
Function · 0.85
getExecutor
Function · 0.85
Tested by
no test coverage detected