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

Method Iter

scode/bytes.go:29–31  ·  view source on GitHub ↗

Iter returns an Iter for the receiver.

()

Source from the content-addressed store, hash-verified

27
28// Iter returns an Iter for the receiver.
29func (b Bytes) Iter() Iter {
30 return Iter(b)
31}
32
33// Body returns b's body.
34func (b Bytes) Body() Bytes {

Callers 15

BodyMethod · 0.95
NormalizeMapFunction · 0.80
NormalizeSetFunction · 0.80
DerefMethod · 0.80
DerefFusionMethod · 0.80
UntagMethod · 0.80
ContainerIterMethod · 0.80
nthMethod · 0.80
checkSetFunction · 0.80
walkArrayFunction · 0.80
walkUnionFunction · 0.80
walkSetFunction · 0.80

Calls 1

IterTypeAlias · 0.85

Tested by

no test coverage detected