get_ast
Retrieve the abstract syntax tree (AST) of a file as a nested dictionary. Specify the project, file path, maximum 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 |