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

Method TurnOff

Src/Core/ConnectorBridge.cpp:27–31  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

25
26////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
27void FSecure::C3::Core::ConnectorBridge::TurnOff()
28{
29 auto gateway = GetGateRelay();
30 gateway->TurnOffConnector(GetNameHash());
31}
32
33////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
34void FSecure::C3::Core::ConnectorBridge::PostCommandToBinder(ByteView binderId, ByteView command)

Callers

nothing calls this directly

Calls 1

TurnOffConnectorMethod · 0.80

Tested by

no test coverage detected