Versions in this module Expand all Collapse all v0 v0.9.2 May 11, 2021 Changes in this version + type DominatorTree struct + func Dominators(root graph.Node, g graph.Directed) DominatorTree + func DominatorsSLT(root graph.Node, g graph.Directed) DominatorTree + func (d DominatorTree) DominatedBy(id int64) []graph.Node + func (d DominatorTree) DominatorOf(id int64) graph.Node + func (d DominatorTree) Root() graph.Node