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