Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ isReadOnly
Function
isReadOnly
src/tools/TaskOutputTool/TaskOutputTool.tsx:166–168 ·
view source on GitHub ↗
(_input)
Source
from the content-addressed store, hash-verified
164
return
"external"
!==
'ant'
;
165
},
166
isReadOnly(_input) {
167
return true;
168
},
169
toAutoClassifierInput(input) {
170
return input.task_id;
171
},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected