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