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

Method IsChannel

Src/Core/DeviceBridge.cpp:182–187  ·  view source on GitHub ↗

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

180
181////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
182bool FSecure::C3::Core::DeviceBridge::IsChannel() const
183{
184 auto device = GetDevice();
185
186 return device ? device->IsChannel() : false;
187}
188
189////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
190bool FSecure::C3::Core::DeviceBridge::IsNegotiationChannel() const

Callers 8

OnSendMethod · 0.45
OnProtocolS2GMethod · 0.45
CreateAndAttachDeviceMethod · 0.45
PerformCreateCommandMethod · 0.45
CreateAndAttachDeviceMethod · 0.45
DetachDeviceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected