Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ IsPreservedEnvVar
Function
IsPreservedEnvVar
libraries/lib-basic-ui/BasicUI.cpp:43–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
const char* ENV_PREFIX =
"APPIMAGE_PRESERVED_"
;
42
43
bool IsPreservedEnvVar(const char* var)
44
{
45
return strncmp(var, ENV_PREFIX, strlen(ENV_PREFIX)) == 0;
46
}
47
48
bool ResetEnv()
49
{
Callers
1
ResetEnv
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected