MCPcopy Create free account
hub / github.com/Windscribe/Desktop-App / startWireGuard

Function startWireGuard

src/helper/windows/process_command.cpp:239–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239std::string startWireGuard(const std::string &pars)
240{
241 bool useAmneziaWG;
242 deserializePars(pars, useAmneziaWG);
243 bool success = WireGuardController::instance().installService(useAmneziaWG);
244 spdlog::debug("startWireGuard: success = {}", success);
245 return serializeResult(success);
246}
247
248std::string stopWireGuard(const std::string &pars)
249{

Callers

nothing calls this directly

Calls 3

deserializeParsFunction · 0.85
serializeResultFunction · 0.85
installServiceMethod · 0.45

Tested by

no test coverage detected