analyzer

package
v0.0.0-...-7781ba2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2025 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildCallGraph

func BuildCallGraph(packagePath string, algorithm string) (*callgraph.Graph, error)

BuildCallGraph analyzes the given package and builds a call graph using the specified algorithm. Supported algorithms: "cha" (Class Hierarchy Analysis), "rta" (Rapid Type Analysis), "static" (static analysis)

func GetFunctionInfo

func GetFunctionInfo(node *callgraph.Node) (string, string, string)

GetFunctionInfo extracts readable information from a call graph node

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL