| 149 | |
| 150 | |
| 151 | MockDeviceBridge::ChunkReceiver::ChunkReceiver(Device& device, QualityOfService& qos) |
| 152 | : m_Device{ device }, m_QoS{ qos } |
| 153 | { |
| 154 | |
| 155 | } |
| 156 | |
| 157 | bool MockDeviceBridge::ChunkReceiver::Receive() |
| 158 | { |
nothing calls this directly
no outgoing calls
no test coverage detected