Method
Pipelined
(ctx context.Context, fn func(Pipeliner) error)
Source from the content-addressed store, hash-verified
| 1556 | } |
| 1557 | |
| 1558 | func (c *ClusterClient) Pipelined(ctx context.Context, fn func(Pipeliner) error) ([]Cmder, error) { |
| 1559 | return c.Pipeline().Pipelined(ctx, fn) |
| 1560 | } |
| 1561 | |
| 1562 | func (c *ClusterClient) processPipeline(ctx context.Context, cmds []Cmder) error { |
| 1563 | // Only call time.Now() if pipeline operation duration callback is set to avoid overhead |
Callers
nothing calls this directly
Tested by
no test coverage detected