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

Method Close

Src/Core/DeviceBridge.cpp:35–39  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

33
34////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
35void FSecure::C3::Core::DeviceBridge::Close()
36{
37 auto relay = GetRelay();
38 relay->DetachDevice(GetDid());
39}
40
41////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
42void FSecure::C3::Core::DeviceBridge::OnReceive()

Callers

nothing calls this directly

Calls 1

DetachDeviceMethod · 0.45

Tested by

no test coverage detected