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

Method GetIndex

bitmap/pb.pb.go:2160–2165  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2158}
2159
2160func (m *Snapshot) GetIndex() uint64 {
2161 if m != nil {
2162 return m.Index
2163 }
2164 return 0
2165}
2166
2167func (m *Snapshot) GetReadTs() uint64 {
2168 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected