Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amule-project/amule
/ DesktopFileAlreadyInstalled
Function
DesktopFileAlreadyInstalled
src/AppImageIntegration.cpp:183–186 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
}
182
183
bool DesktopFileAlreadyInstalled()
184
{
185
return wxFileExists(GetUserApplicationsDir() + wxT(
"/org.amule.aMule.desktop"
));
186
}
187
188
} // anonymous namespace
189
Callers
1
ShouldPrompt
Function · 0.85
Calls
1
GetUserApplicationsDir
Function · 0.85
Tested by
no test coverage detected