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

Method ReDeletePeripheral

Src/Core/Profiler.cpp:1129–1132  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1127
1128////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
1129void FSecure::C3::Core::Profiler::Gateway::ReDeletePeripheral(DeviceId iidOfDeviceToDetach)
1130{
1131 m_Peripherals.Remove(iidOfDeviceToDetach);
1132}
1133
1134////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
1135FSecure::C3::Core::Profiler::Agent* FSecure::C3::Core::Profiler::Gateway::ReAddAgent(AgentId agentId, BuildId buildId, FSecure::Crypto::PublicKey encryptionKey, bool isBanned, int32_t firstSeen, int32_t lastSeen, HostInfo hostInfo)

Callers 1

DetachDeviceMethod · 0.80

Calls 1

RemoveMethod · 0.45

Tested by

no test coverage detected