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

Method GetAccessKey

bitmap/pb.pb.go:4633–4638  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4631}
4632
4633func (m *ExportRequest) GetAccessKey() string {
4634 if m != nil {
4635 return m.AccessKey
4636 }
4637 return ""
4638}
4639
4640func (m *ExportRequest) GetSecretKey() string {
4641 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected