(ctx context.Context, args ...any)
| 8294 | var _ Cmder = (*VectorAttribSliceCmd)(nil) |
| 8295 | |
| 8296 | func NewVectorAttribSliceCmd(ctx context.Context, args ...any) *VectorAttribSliceCmd { |
| 8297 | return &VectorAttribSliceCmd{ |
| 8298 | baseCmd: baseCmd{ |
| 8299 | ctx: ctx, |
| 8300 | args: args, |
| 8301 | }, |
| 8302 | } |
| 8303 | } |
| 8304 | |
| 8305 | func (cmd *VectorAttribSliceCmd) SetVal(val []VectorAttrib) { |
| 8306 | cmd.val = val |
no outgoing calls
no test coverage detected