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