structural_search
Find code structures across repositories using AST patterns. Provide a pattern and language to locate definitions or other syntactic elements.
Instructions
ast-grep over the repo: a pattern that PARSES, e.g. 'def $F($$$)' with lang=python.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | ||
| pattern | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |