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

Function enableDohSettings

src/helper/windows/process_command.cpp:772–777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

770}
771
772std::string enableDohSettings(const std::string &pars)
773{
774 spdlog::debug("enableDohSettings");
775 DohData::instance().enableDohSettings();
776 return std::string();
777}
778
779std::string ssidFromInterfaceGUID(const std::string &pars)
780{

Callers 2

cleanupImplMethod · 0.85

Calls 1

enableDohSettingsMethod · 0.45

Tested by

no test coverage detected