Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ newSet
Function
newSet
runtime/vcache/set.go:19–21 ·
view source on GitHub ↗
(cctx *csup.Context, meta *csup.Set)
Source
from the content-addressed store, hash-verified
17
}
18
19
func
newSet(cctx *csup.Context, meta *csup.Set) *set {
20
return
&set{meta: meta, len: meta.Len(cctx)}
21
}
22
23
func
(s *set) length() uint32 {
24
return
s.len
Callers
1
newShadow
Function · 0.85
Calls
1
Len
Method · 0.65
Tested by
no test coverage detected