noir_search_code
Search Noir source code across cloned repos using regex patterns to find function implementations, code patterns, and examples in .nr files.
Instructions
Search Noir source code across all cloned repos. Supports regex patterns. Use for finding function implementations, patterns, and examples in .nr files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query (supports regex) | |
| filePattern | No | File glob pattern (default: *.nr). Examples: *.ts, *.{nr,rs} | |
| repo | No | Specific repo to search (e.g., 'noir', 'noir-bignum', 'zk-kit.noir') | |
| maxResults | No | Maximum results to return (default: 30) |