Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Windscribe/Desktop-App
/ setLogFunction
Method
setLogFunction
src/installer/gui/windows/utils/archive.cpp:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
void Archive::setLogFunction(const std::function<void (const std::wstring &)> &func)
25
{
26
logFunction_ = func;
27
}
28
29
void Archive::log(const std::wstring& msg)
30
{
Callers
3
executeStep
Method · 0.80
extractUninstaller
Method · 0.80
wWinMain
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected