| 117 | var _ Vector = (*VectorUint8)(nil) |
| 118 | |
| 119 | type VectorValues struct { |
| 120 | Val []float64 |
| 121 | } |
| 122 | |
| 123 | func (v *VectorValues) Value() []any { |
| 124 | res := make([]any, 2+len(v.Val)) |
nothing calls this directly
no outgoing calls
no test coverage detected