Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
29
func
(b Bytes) Iter() Iter {
30
return
Iter(b)
31
}
32
33
// Body returns b's body.
34
func
(b Bytes) Body() Bytes {
Callers
15
Body
Method · 0.95
NormalizeMap
Function · 0.80
NormalizeSet
Function · 0.80
Deref
Method · 0.80
DerefFusion
Method · 0.80
Untag
Method · 0.80
ContainerIter
Method · 0.80
nth
Method · 0.80
checkSet
Function · 0.80
walkArray
Function · 0.80
walkUnion
Function · 0.80
walkSet
Function · 0.80
Calls
1
Iter
TypeAlias · 0.85
Tested by
no test coverage detected