Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ isSnap
Function
isSnap
launcher/DesktopServices.cpp:78–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
bool isSnap()
79
{
80
#ifdef Q_OS_LINUX
81
return getenv(
"SNAP"
);
82
#else
83
return false;
84
#endif
85
}
86
87
} // namespace DesktopServices
Callers
1
Application
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected