MCPcopy Create free account
hub / github.com/codeaashu/claude-code / isReadOnly

Function isReadOnly

src/tools/WebSearchTool/WebSearchTool.ts:203–205  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

201 return true
202 },
203 isReadOnly() {
204 return true
205 },
206 toAutoClassifierInput(input) {
207 return input.query
208 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected