Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ isEnabled
Function
isEnabled
src/tools/TeamDeleteTool/TeamDeleteTool.ts:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
},
45
46
isEnabled() {
47
return
isAgentSwarmsEnabled()
48
},
49
50
async
description() {
51
return
'Clean up team and task directories when the swarm is complete'
Callers
nothing calls this directly
Calls
1
isAgentSwarmsEnabled
Function · 0.85
Tested by
no test coverage detected