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

Method GetAttr

bitmap/pb.pb.go:4772–4777  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4770}
4771
4772func (m *BackupKey) GetAttr() string {
4773 if m != nil {
4774 return m.Attr
4775 }
4776 return ""
4777}
4778
4779func (m *BackupKey) GetUid() uint64 {
4780 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected