MCPcopy Create free account
hub / github.com/dgraph-io/dgraph-benchmarks / GetAttr

Method GetAttr

bitmap/pb.pb.go:1902–1907  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1900}
1901
1902func (m *DirectedEdge) GetAttr() string {
1903 if m != nil {
1904 return m.Attr
1905 }
1906 return ""
1907}
1908
1909func (m *DirectedEdge) GetValue() []byte {
1910 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected