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

Method GetLabel

bitmap/pb.pb.go:1930–1935  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1928}
1929
1930func (m *DirectedEdge) GetLabel() string {
1931 if m != nil {
1932 return m.Label
1933 }
1934 return ""
1935}
1936
1937func (m *DirectedEdge) GetLang() string {
1938 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected