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

Function newInt

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

Source from the content-addressed store, hash-verified

18}
19
20func newInt(cctx *csup.Context, meta *csup.Int) *int_ {
21 return &int_{meta: meta, len: meta.Len(cctx)}
22}
23
24func (i *int_) length() uint32 {
25 return i.len

Callers 1

newShadowFunction · 0.85

Calls 1

LenMethod · 0.65

Tested by

no test coverage detected