Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ runCleanupFunctions
Function
runCleanupFunctions
src/utils/cleanupRegistry.ts:23–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
* Used internally by gracefulShutdown.
22
*/
23
export
async
function
runCleanupFunctions(): Promise<void> {
24
await
Promise.all(Array.from(cleanupFunctions).map(fn => fn()))
25
}
26
Callers
1
gracefulShutdown
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected