Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ isEnabled
Function
isEnabled
src/tools/testing/TestingPermissionTool.tsx:27–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
return
'TestingPermission'
;
26
},
27
isEnabled() {
28
return
"production"
===
'test'
;
29
},
30
isConcurrencySafe() {
31
return true;
32
},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected