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

Method GetAccessKey

bitmap/pb.pb.go:2331–2336  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2329}
2330
2331func (m *RestoreRequest) GetAccessKey() string {
2332 if m != nil {
2333 return m.AccessKey
2334 }
2335 return ""
2336}
2337
2338func (m *RestoreRequest) GetSecretKey() string {
2339 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected