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

Method GetAnonymous

bitmap/pb.pb.go:2352–2357  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2350}
2351
2352func (m *RestoreRequest) GetAnonymous() bool {
2353 if m != nil {
2354 return m.Anonymous
2355 }
2356 return false
2357}
2358
2359func (m *RestoreRequest) GetEncryptionKeyFile() string {
2360 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected