MCPcopy 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.
34func (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

ValueAtFunction · 0.80
buildMethod · 0.80
mergeSameTypeVecsFunction · 0.80
CallMethod · 0.80
CallMethod · 0.80
CallMethod · 0.80
slowMethod · 0.80
CallMethod · 0.80
ConsumeMethod · 0.80
ConsumeMethod · 0.80
ConsumeMethod · 0.80
ConsumeAsPartialMethod · 0.80

Calls 2

IterMethod · 0.95
NextMethod · 0.45

Tested by

no test coverage detected