Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
func
newBytes(cctx *csup.Context, meta *csup.Bytes) *bytes {
20
return
&bytes{meta: meta, len: meta.Len(cctx)}
21
}
22
23
func
(b *bytes) length() uint32 {
24
return
b.len
Callers
1
newShadow
Function · 0.85
Calls
1
Len
Method · 0.65
Tested by
no test coverage detected