MCPcopy 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
154qreal envvars_getDefaultValidationEpsilon() {
155 assertEnvVarsAreLoaded();
156
157 return envvar_values::DEFAULT_VALIDATION_EPSILON;
158}

Callers 1

Calls 1

assertEnvVarsAreLoadedFunction · 0.85

Tested by

no test coverage detected