Home
last modified time | relevance | path

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

/build/make/tools/compliance/
Dgraph.go197 type TargetEdgePathSegment struct { struct
198 edge *TargetEdge
199 ctx interface{}
205 func (s TargetEdgePathSegment) Target() *TargetNode {
212 func (s TargetEdgePathSegment) Dependency() *TargetNode {
217 func (s TargetEdgePathSegment) Edge() *TargetEdge {
227 func (s TargetEdgePathSegment) Annotations() TargetEdgeAnnotations {
233 func (s TargetEdgePathSegment) Context() interface{} {
238 func (s TargetEdgePathSegment) String() string {