MCPcopy
hub / github.com/openacid/slim / NextRaw

FuncType NextRaw

trie/slimtrie_scan.go:10–10  ·  view source on GitHub ↗

NextRaw returns next key-value pair in []byte.

func() ([]byte, []byte)

Source from the content-addressed store, hash-verified

8
9// NextRaw returns next key-value pair in []byte.
10type NextRaw func() ([]byte, []byte)
11
12// WalkFn is used when walking the slimtrie. Takes a
13// key and value, returning false if iteration should

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected