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

Function extractSearchText

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

Source from the content-addressed store, hash-verified

412 // + line prefixes; UI shows none of it. Nothing to index. Caught by
413 // the render-fidelity test when this initially claimed file.content.
414 extractSearchText() {
415 return ''
416 },
417 renderToolUseErrorMessage,
418 async validateInput({ file_path, pages }, toolUseContext: ToolUseContext) {
419 // Validate pages parameter (pure string parsing, no I/O)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected