MCPcopy
hub / github.com/bnb-chain/bsc / testIterator

Struct testIterator

core/state/snapshot/iterator_test.go:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108type testIterator struct {
109 values []byte
110}
111
112func newTestIterator(values ...byte) *testIterator {
113 return &testIterator{values}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected