Documentation ¶ Index ¶ func Enrich(absRoot string, g *graph.Graph) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Enrich ¶ func Enrich(absRoot string, g *graph.Graph) error Enrich applies type-checked precision to the graph. It loads the project via go/packages, finds exact interface implementers, and uses Class Hierarchy Analysis (CHA) to add precise dynamic dispatch call edges. Types ¶ This section is empty. Source Files ¶ View all Source files mutations.goprecise.go Click to show internal directories. Click to hide internal directories.