Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ isReadOnly
Function
isReadOnly
src/tools/SyntheticOutputTool/SyntheticOutputTool.ts:38–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
return
true
37
},
38
isReadOnly() {
39
return
true
40
},
41
isOpenWorld() {
42
return
false
43
},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected