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

Method getWebSessionToken

src/client/engine/engine/engine.cpp:273–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273void Engine::getWebSessionToken(WEB_SESSION_PURPOSE purpose)
274{
275 QMetaObject::invokeMethod(this, "getWebSessionTokenImpl", Q_ARG(WEB_SESSION_PURPOSE, purpose));
276}
277
278locationsmodel::LocationsModel *Engine::getLocationsModel()
279{

Calls

no outgoing calls

Tested by

no test coverage detected