Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/freecodexyz/free-code
/ isReadOnly
Function
isReadOnly
src/tools/WebFetchTool/WebFetchTool.ts:98–100 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
96
return
true
97
},
98
isReadOnly() {
99
return
true
100
},
101
toAutoClassifierInput(input) {
102
return
input.prompt ? `${input.url}: ${input.prompt}` : input.url
103
},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected