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

Method GetSessionToken

bitmap/pb.pb.go:2345–2350  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2343}
2344
2345func (m *RestoreRequest) GetSessionToken() string {
2346 if m != nil {
2347 return m.SessionToken
2348 }
2349 return ""
2350}
2351
2352func (m *RestoreRequest) GetAnonymous() bool {
2353 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected