Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Body
Method
Body
scode/bytes.go:34–37 ·
view source on GitHub ↗
Body returns b's body.
()
Source
from the content-addressed store, hash-verified
32
33
// Body returns b's body.
34
func
(b Bytes) Body() Bytes {
35
it := b.Iter()
36
return
it.Next()
37
}
38
39
// Append appends val to dst as a tagged value and returns the
40
// extended buffer.
Callers
15
ValueAt
Function · 0.80
build
Method · 0.80
mergeSameTypeVecs
Function · 0.80
Call
Method · 0.80
Call
Method · 0.80
Call
Method · 0.80
slow
Method · 0.80
Call
Method · 0.80
Consume
Method · 0.80
Consume
Method · 0.80
Consume
Method · 0.80
ConsumeAsPartial
Method · 0.80
Calls
2
Iter
Method · 0.95
Next
Method · 0.45
Tested by
no test coverage detected