SCAST
Summary
SCAST is a tool designed to assist users in analyzing and summarizing code through visualization. By simply providing the folder path where the code is located, SCAST can perform static analysis on the code, helping users understand the code structure, explain its functionality. generate various visual charts such as UML diagrams, AST tree diagrams and Mermaid flowcharts.
Available Actions(2)
scast_analysis
Analyzes and summarizes code through visualization. Requires the folder path where the code is located, performs static analysis, generates an AST tree, and produces visual charts such as UML diagrams and Mermaid flowcharts. Returns a keyword list of class and method names with functionality explanations and a link to view chart details.
scast_retriever
Helps analyze and summarize code, providing visualizations. Requires the file path of the source code folder, performs static analysis to generate an AST tree, and allows searching using keywords from the AST tree (class names, method names, or field names) to find the source code at its definition and return it.
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论