aztec_search_code
Search Aztec contract code and source files using regex patterns to find function implementations, patterns, and examples.
Instructions
Search Aztec contract code and source files. Supports regex patterns. Use for finding function implementations, patterns, and examples.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query (supports regex) | |
| filePattern | No | File glob pattern (default: *.nr). Examples: *.ts, *.{nr,ts} | |
| repo | No | Specific repo to search. Options: aztec-packages, aztec-examples, aztec-starter | |
| maxResults | No | Maximum results to return (default: 30) |