get_ast
Generate an abstract syntax tree (AST) for a file, returning it as a nested dictionary. Specify project, file path, depth, and whether to include node text for detailed code analysis.
Instructions
Get abstract syntax tree for a file.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
include_text | No | ||
max_depth | No | ||
path | Yes | ||
project | Yes |