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

Method RemoveRoute

Src/Core/Relay.cpp:136–140  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

134
135////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
136void FSecure::C3::Core::Relay::RemoveRoute(ByteView args)
137{
138 auto ridStr = args.Read<std::string_view>();
139 RouteManager::RemoveRoute(ridStr);
140}

Callers 1

RunCommandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected