MCPcopy
hub / github.com/dgraph-io/dgraph / Next

Method Next

codec/codec.go:376–379  ·  view source on GitHub ↗

Next moves the decoder on to the next block.

()

Source from the content-addressed store, hash-verified

374
375// Next moves the decoder on to the next block.
376func (d *Decoder) Next() []uint64 {
377 d.blockIdx++
378 return d.UnpackBlock()
379}
380
381// BlockIdx returns the index of the block that is currently being decoded.
382func (d *Decoder) BlockIdx() int {

Callers 15

historyFunction · 0.95
SeekToBlockMethod · 0.95
SeekMethod · 0.95
DecodeFunction · 0.95
DecodeToBufferFunction · 0.95
benchmarkUnpackFunction · 0.95
ApplyFilterPackedFunction · 0.95
IntersectWithLinPackedFunction · 0.95
DifferencePackedFunction · 0.95
ParseRDFFunction · 0.45
parseFunctionFunction · 0.45
parseFacetsRDFFunction · 0.45

Calls 1

UnpackBlockMethod · 0.95

Tested by

no test coverage detected