Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ assertEnvVarsAreLoaded
Function
assertEnvVarsAreLoaded
quest/src/core/envvars.cpp:78–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
77
78
void assertEnvVarsAreLoaded() {
79
80
if (!global_areEnvVarsLoaded)
81
error_envVarsNotYetLoaded();
82
}
83
84
85
Callers
2
envvars_getWhetherGpuSharingIsPermitted
Function · 0.85
envvars_getDefaultValidationEpsilon
Function · 0.85
Calls
1
error_envVarsNotYetLoaded
Function · 0.85
Tested by
no test coverage detected