noir_search_code
Search Noir source code across cloned repos using regex to find function implementations, 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 |
|---|---|---|---|
| repo | No | Specific repo to search (e.g., 'noir', 'noir-bignum', 'zk-kit.noir') | |
| query | Yes | Search query (supports regex) | |
| maxResults | No | Maximum results to return (default: 30) | |
| filePattern | No | File glob pattern (default: *.nr). Examples: *.ts, *.{nr,rs} |