MCPcopy 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
18func newError(cctx *csup.Context, meta *csup.Error) *error_ {
19 return &error_{meta: meta, len: meta.Len(cctx)}
20}
21
22func (e *error_) length() uint32 {
23 return e.len

Callers 1

newShadowFunction · 0.85

Calls 1

LenMethod · 0.65

Tested by

no test coverage detected