Searched defs:TargetNode (Results 1 – 6 of 6) sorted by relevance
70 func (rs ResolutionSet) AttachesToTarget(target *TargetNode) bool {77 func (rs ResolutionSet) Resolutions(attachesTo *TargetNode) ResolutionList {
130 func (rl ResolutionList) ByActsOn(actsOn *TargetNode) ResolutionList {141 func (rl ResolutionList) CountByActsOn(actsOn *TargetNode) int {
106 func LicenseConditionSetFromNames(tn *TargetNode, names ...string) LicenseConditionSet {
204 func addDependencies(lg *LicenseGraph, tn *TargetNode) error {
561 func getInstallPaths(attachesTo *TargetNode, path TargetEdgePath) []string {
283 type TargetNode targetNode type