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

Method SetGatewayReturnChannel

Src/Core/NodeRelay.cpp:138–141  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

136
137////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
138void FSecure::C3::Core::NodeRelay::SetGatewayReturnChannel(std::shared_ptr<DeviceBridge> const& gatewayReturnChannel)
139{
140 m_GatewayReturnChannel = gatewayReturnChannel;
141}
142
143////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
144void FSecure::C3::Core::NodeRelay::SetGatewayReturnChannel(FSecure::ByteView args)

Callers

nothing calls this directly

Calls 4

GetDidMethod · 0.80
lockMethod · 0.45
FindMethod · 0.45
IsChannelMethod · 0.45

Tested by

no test coverage detected