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