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

Function resetMacAddresses

src/helper/linux/process_command.cpp:505–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503}
504
505std::string resetMacAddresses(const std::string &pars)
506{
507 std::string ignoreNetwork;
508 deserializePars(pars, ignoreNetwork);
509 spdlog::debug("Resetting MAC addresses");
510 Utils::resetMacAddresses(ignoreNetwork);
511 return std::string();
512}
513
514std::string clearWifiHistoryData(const std::string &pars)
515{

Callers 1

setMacAddressFunction · 0.70

Calls 1

deserializeParsFunction · 0.85

Tested by

no test coverage detected