2 个仓库
Restrict the call graph to show only functions within a specified module for targeted analysis.
Distinct from Module Dependency Analysis: Distinct from Module Dependency Analysis: focuses on call graph scoping, not dependency error detection.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Module-Scoped Call Graphs. Refine with filters or upvote what's useful.
Visualize call graph of a Go program using Graphviz
Restricts the call graph to show only functions within a specified module for targeted analysis.
code2flow 是一个静态程序流程映射器和源代码调用图生成器。它分析源代码以生成可视化流程图,映射函数调用关系和执行路径。 该项目包括一个异步调用跟踪可视化器,它通过 async 和 await 调用跟踪执行路径,以映射异步程序的逻辑。它还提供了一个可编程的代码分析接口,允许将调用图生成逻辑集成到其他软件应用中。 该系统通过将源代码转换为抽象语法树(AST)来识别函数定义和调用点,从而处理静态代码分析。它支持调用图过滤,通过内容过滤器和深度限制路径提取来限制可视化范围,同时提供视觉样式来区分逻辑流。
Extracts subsets of the call graph by restricting the depth of connections from a target function.