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