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

Function newMap

runtime/vcache/map.go:20–22  ·  view source on GitHub ↗
(cctx *csup.Context, meta *csup.Map)

Source from the content-addressed store, hash-verified

18}
19
20func newMap(cctx *csup.Context, meta *csup.Map) *map_ {
21 return &map_{meta: meta, len: meta.Len(cctx)}
22}
23
24func (m *map_) length() uint32 {
25 return m.len

Callers 1

newShadowFunction · 0.85

Calls 1

LenMethod · 0.65

Tested by

no test coverage detected