Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ isEnabled
Function
isEnabled
src/tools/ToolSearchTool/ToolSearchTool.ts:305–307 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
303
304
export
const
ToolSearchTool = buildTool({
305
isEnabled() {
306
return
isToolSearchEnabledOptimistic()
307
},
308
isConcurrencySafe() {
309
return
true
310
},
Callers
nothing calls this directly
Calls
1
isToolSearchEnabledOptimistic
Function · 0.85
Tested by
no test coverage detected