Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ isEnabled
Function
isEnabled
src/tools/BriefTool/BriefTool.ts:151–153 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
149
return
outputSchema()
150
},
151
isEnabled() {
152
return
isBriefEnabled()
153
},
154
isConcurrencySafe() {
155
return
true
156
},
Callers
nothing calls this directly
Calls
1
isBriefEnabled
Function · 0.85
Tested by
no test coverage detected