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

Function isReadOnly

src/tools/FileReadTool/FileReadTool.ts:376–378  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

374 return true
375 },
376 isReadOnly() {
377 return true
378 },
379 toAutoClassifierInput(input) {
380 return input.file_path
381 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected