| 615 | } |
| 616 | |
| 617 | type noopFlushTransferer struct { |
| 618 | } |
| 619 | |
| 620 | func (f *noopFlushTransferer) Flush() {} |
| 621 | func (f *noopFlushTransferer) TransferOut(ctx context.Context) error { return nil } |
nothing calls this directly
no outgoing calls
no test coverage detected