Documentation
¶
Overview ¶
Package ssa implements SSA-based precision analysis for method usage.
Package ssa provides SSA-based reachability analysis for Go programs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Analyzer ¶
type Analyzer struct {
// contains filtered or unexported fields
}
Analyzer performs precise method usage analysis using SSA and call graphs.
func NewAnalyzer ¶
NewAnalyzer creates a new SSA analyzer for the given packages.
type Set ¶
type Set[T comparable] map[T]struct{}
Click to show internal directories.
Click to hide internal directories.