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

Method GetChunkReceiver

Src/ChannelLinter/MockDeviceBridge.cpp:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 }
127
128 FSecure::C3::Linter::MockDeviceBridge::ChunkReceiver MockDeviceBridge::GetChunkReceiver()
129 {
130 return { *m_Device, m_QoS };
131 }
132
133 MockDeviceBridge::ChunkSender::ChunkSender(Device& device, QualityOfService& qos, ByteView blob)
134 : m_Device{ device }, m_Splitter{ qos.GetPacketSplitter(blob) }

Callers 1

TestOverlappedMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestOverlappedMethod · 0.64