| 133 | var _ Vector = (*VectorValues)(nil) |
| 134 | |
| 135 | type VectorRef struct { |
| 136 | Name string // the name of the referent vector |
| 137 | } |
| 138 | |
| 139 | func (v *VectorRef) Value() []any { |
| 140 | return []any{"ele", v.Name} |
nothing calls this directly
no outgoing calls
no test coverage detected