MCPcopy Create free account
hub / github.com/QuEST-Kit/QuEST / error_envVarsNotYetLoaded

Function error_envVarsNotYetLoaded

quest/src/core/errors.cpp:895–898  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

893 */
894
895void error_envVarsNotYetLoaded() {
896
897 raiseInternalError("An environment variable was queried but all environment variables have not yet been loaded.");
898}
899
900void error_envVarsAlreadyLoaded() {
901

Callers 1

assertEnvVarsAreLoadedFunction · 0.85

Calls 1

raiseInternalErrorFunction · 0.85

Tested by

no test coverage detected