()
| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected