analyze_code
Analyze code files to retrieve statistics such as line counts and function counts. Specify a file or directory path and optionally filter by language to gain insights into code structure and metrics.
Instructions
Analyzes code files and provides statistics.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
countFunctions | No | Whether to count functions. | |
countLines | No | Whether to count lines of code. | |
language | No | Optional language filter. | |
path | Yes | The target file or directory path. |