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

Method GetBackupNum

bitmap/pb.pb.go:2408–2413  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2406}
2407
2408func (m *RestoreRequest) GetBackupNum() uint64 {
2409 if m != nil {
2410 return m.BackupNum
2411 }
2412 return 0
2413}
2414
2415type Proposal struct {
2416 Mutations *Mutations `protobuf:"bytes,2,opt,name=mutations,proto3" json:"mutations,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected