MCPcopy Create free account
hub / github.com/ReversecLabs/C3 / ChunkReceiver

Method ChunkReceiver

Src/ChannelLinter/MockDeviceBridge.cpp:151–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected