(ctx context.Context, dst chan<- Item)
| 124 | next(ctx context.Context, item Item, dst chan<- Item, operatorOptions operatorOptions) |
| 125 | err(ctx context.Context, item Item, dst chan<- Item, operatorOptions operatorOptions) |
| 126 | end(ctx context.Context, dst chan<- Item) |
| 127 | gatherNext(ctx context.Context, item Item, dst chan<- Item, operatorOptions operatorOptions) |
| 128 | } |
| 129 |
no outgoing calls
no test coverage detected