Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ isReadOnly
Function
isReadOnly
src/tools/BriefTool/BriefTool.ts:157–159 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
155
return
true
156
},
157
isReadOnly() {
158
return
true
159
},
160
toAutoClassifierInput(input) {
161
return
input.message
162
},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected