MCPcopy Create free account
hub / github.com/brimdata/super / Iter

TypeAlias Iter

scode/iter.go:9–9  ·  view source on GitHub ↗

Iter iterates over the sequence of values encoded in Bytes.

Source from the content-addressed store, hash-verified

7
8// Iter iterates over the sequence of values encoded in Bytes.
9type Iter Bytes
10
11// Done returns true if no values remain.
12func (i *Iter) Done() bool {

Callers 5

loadAnyWithLockMethod · 0.92
ConsumeMethod · 0.92
TestAppendFunction · 0.85
IterMethod · 0.85
NewRecordIterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected