Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ isReadOnly
Function
isReadOnly
src/tools/testing/TestingPermissionTool.tsx:33–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
return true;
32
},
33
isReadOnly() {
34
return true;
35
},
36
async checkPermissions() {
37
// This tool always requires permission
38
return {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected