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

Function newBytes

runtime/vcache/bytes.go:19–21  ·  view source on GitHub ↗
(cctx *csup.Context, meta *csup.Bytes)

Source from the content-addressed store, hash-verified

17}
18
19func newBytes(cctx *csup.Context, meta *csup.Bytes) *bytes {
20 return &bytes{meta: meta, len: meta.Len(cctx)}
21}
22
23func (b *bytes) length() uint32 {
24 return b.len

Callers 1

newShadowFunction · 0.85

Calls 1

LenMethod · 0.65

Tested by

no test coverage detected