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

Method Done

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

Done returns true if no values remain.

()

Source from the content-addressed store, hash-verified

10
11// Done returns true if no values remain.
12func (i *Iter) Done() bool {
13 return len(*i) == 0
14}
15
16// Next returns the body of the next value along with a boolean that is true if
17// the value is a container. It returns an empty slice for an empty or

Callers 15

NormalizeMapFunction · 0.45
NormalizeSetFunction · 0.45
ArrayIndexMethod · 0.45
ElementsMethod · 0.45
ContainerLengthMethod · 0.45
checkSetFunction · 0.45
walkArrayFunction · 0.45
walkUnionFunction · 0.45
walkSetFunction · 0.45
walkMapFunction · 0.45
WriteMethod · 0.45
WriteMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestAppendFunction · 0.36