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

Function isReadOnly

src/tools/GrepTool/GrepTool.ts:186–188  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

184 return true
185 },
186 isReadOnly() {
187 return true
188 },
189 toAutoClassifierInput(input) {
190 return input.path ? `${input.pattern} in ${input.path}` : input.pattern
191 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected