| 21 | |
| 22 | |
| 23 | void |
| 24 | FIFO::get_zero_read_stats( Blocked © ) |
| 25 | { |
| 26 | /** default version does nothing at all **/ |
| 27 | UNUSED( copy ); |
| 28 | return; |
| 29 | } |
| 30 | |
| 31 | void |
| 32 | FIFO::get_zero_write_stats( Blocked © ) |
nothing calls this directly
no outgoing calls
no test coverage detected