MCPcopy 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
78void assertEnvVarsAreLoaded() {
79
80 if (!global_areEnvVarsLoaded)
81 error_envVarsNotYetLoaded();
82}
83
84
85

Calls 1

Tested by

no test coverage detected