Searched defs:TargetEdge (Results 1 – 3 of 3) sorted by relevance
117 type TargetEdge struct { struct119 target, dependency *TargetNode122 annotations TargetEdgeAnnotations128 func (e *TargetEdge) Target() *TargetNode {135 func (e *TargetEdge) Dependency() *TargetNode {145 func (e *TargetEdge) Annotations() TargetEdgeAnnotations {151 func (e *TargetEdge) IsRuntimeDependency() bool {157 func (e *TargetEdge) IsDerivation() bool {163 func (e *TargetEdge) IsBuildTool() bool {168 func (e *TargetEdge) String() string {[all …]
175 func depConditionsPropagatingToTarget(lg *LicenseGraph, e *TargetEdge, depConditions LicenseConditi…199 func targetConditionsPropagatingToDep(lg *LicenseGraph, e *TargetEdge, targetConditions LicenseCond…230 func conditionsAttachingAcrossEdge(lg *LicenseGraph, e *TargetEdge, universe LicenseConditionSet) L…245 func edgeIsDynamicLink(e *TargetEdge) bool {251 func edgeIsDerivation(e *TargetEdge) bool {
21 Context(lg *LicenseGraph, path TargetEdgePath, edge *TargetEdge) interface{}