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