Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ envvars_getDefaultValidationEpsilon
Function
envvars_getDefaultValidationEpsilon
quest/src/core/envvars.cpp:154–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
153
154
qreal envvars_getDefaultValidationEpsilon() {
155
assertEnvVarsAreLoaded();
156
157
return envvar_values::DEFAULT_VALIDATION_EPSILON;
158
}
Callers
1
validateconfig_setEpsilonToDefault
Function · 0.85
Calls
1
assertEnvVarsAreLoaded
Function · 0.85
Tested by
no test coverage detected