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

Method ReTurnOnConnector

Src/Core/Profiler.cpp:1111–1114  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1109
1110////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
1111void FSecure::C3::Core::Profiler::Gateway::ReTurnOnConnector(HashT typeNameHash, std::shared_ptr<ConnectorBridge> connector)
1112{
1113 m_Connectors.Add(typeNameHash, Connector{ m_Owner, typeNameHash, connector });
1114}
1115
1116////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
1117void FSecure::C3::Core::Profiler::Gateway::ReTurnOffConnector(HashT connectorNameHash)

Callers 1

TurnOnConnectorMethod · 0.80

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected