MCPcopy 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
19func newSet(cctx *csup.Context, meta *csup.Set) *set {
20 return &set{meta: meta, len: meta.Len(cctx)}
21}
22
23func (s *set) length() uint32 {
24 return s.len

Callers 1

newShadowFunction · 0.85

Calls 1

LenMethod · 0.65

Tested by

no test coverage detected