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

Callers 1

newShadowFunction · 0.85

Calls 1

LenMethod · 0.65

Tested by

no test coverage detected