Lines Matching refs:lg
603 lg, err := toGraph(stderr, tt.roots, tt.edges)
608 expectedRs := toResolutionSet(lg, tt.expectedResolutions)
609 ResolveTopDownConditions(lg)
610 actualRs := WalkResolutionsForCondition(lg, tt.condition)
1196 lg, err := toGraph(stderr, tt.roots, tt.edges)
1201 expectedAs := toActionSet(lg, tt.expectedActions)
1202 ResolveTopDownConditions(lg)
1203 actualAs := WalkActionsForCondition(lg, tt.condition)
1204 checkResolvesActions(lg, actualAs, expectedAs, t)
1376 lg, err := ReadLicenseGraph(GetFS(""), stderr, rootFiles)
1385 …WalkTopDownBreadthFirst(nil, lg, func(lg *LicenseGraph, tn *TargetNode, path TargetEdgePath) bool {
1571 lg, err := ReadLicenseGraph(GetFS(""), stderr, rootFiles)
1583 …WalkTopDownBreadthFirst(nil, lg, func(lg *LicenseGraph, tn *TargetNode, path TargetEdgePath) bool {