Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + func FormatTree(g *Graph, root string) string + type DepNode struct + DependsOn []string + Name string + UsedBy []string + type Graph struct + Nodes map[string]*DepNode + func BuildGraph(lib *protocol.Library) *Graph + func (g *Graph) DetectCycles() [][]string + func (g *Graph) Impact(name string) []string