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

Method configFile

src/helper/windows/wireguard/wireguardcontroller.cpp:330–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330std::wstring WireGuardController::configFile() const
331{
332 std::wstring confFile = Utils::getConfigPath();
333 if (confFile.empty()) {
334 spdlog::error("WireGuardController: could not get config file path");
335 return std::wstring();
336 }
337 confFile += L"\\" + kWireGuardAdapterIdentifier + L".conf";
338 return confFile;
339}
340
341void WireGuardController::getAmneziaWGStatus(ULONG64& lastHandshake, ULONG64& txBytes, ULONG64& rxBytes) const
342{

Callers

nothing calls this directly

Calls 1

getConfigPathFunction · 0.85

Tested by

no test coverage detected