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