| 1426 | } |
| 1427 | |
| 1428 | type noopFlushTransferer struct { |
| 1429 | } |
| 1430 | |
| 1431 | func (f *noopFlushTransferer) Flush() {} |
| 1432 | func (f *noopFlushTransferer) TransferOut(_ context.Context) error { return nil } |
nothing calls this directly
no outgoing calls
no test coverage detected