Home
last modified time | relevance | path

Searched defs:TargetEdgePathSegment (Results 1 – 1 of 1) sorted by relevance

/build/make/tools/compliance/
Dgraph.go172 type TargetEdgePathSegment struct { struct
173 edge *TargetEdge
174 ctx interface{}
180 func (s TargetEdgePathSegment) Target() *TargetNode {
187 func (s TargetEdgePathSegment) Dependency() *TargetNode {
197 func (s TargetEdgePathSegment) Annotations() TargetEdgeAnnotations {
203 func (s TargetEdgePathSegment) Context() interface{} {
208 func (s TargetEdgePathSegment) String() string {