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

Method WrappedError

vector/combine.go:21–23  ·  view source on GitHub ↗
(sctx *super.Context, index []uint32, msg string, inner Any)

Source from the content-addressed store, hash-verified

19}
20
21func (c *Combiner) WrappedError(sctx *super.Context, index []uint32, msg string, inner Any) {
22 c.Add(index, NewWrappedError(sctx, msg, Pick(inner, index)))
23}
24
25func (c *Combiner) Add(index []uint32, vec Any) {
26 if len(index) == 0 {

Callers 1

ipMaskMethod · 0.95

Calls 3

AddMethod · 0.95
NewWrappedErrorFunction · 0.85
PickFunction · 0.85

Tested by

no test coverage detected