Versions in this module Expand all Collapse all v0 v0.3.0 Sep 1, 2026 Changes in this version + type CoverageReport struct + UnknownFacts []string + UnusedFacts []string + UsedFacts []string + type DependencyGraph struct + Coverage CoverageReport + Edges []Edge + Facts []string + Flows []string + Rules []string + Verbs []string + func BuildDependencyGraph(file *ast.File, knownFacts map[string]struct{}) DependencyGraph + type Edge struct + From string + Kind string + To string