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

Function validate_envIsInit

quest/src/core/validation.cpp:1468–1471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1466 */
1467
1468void validate_envIsInit(const char* caller) {
1469
1470 assertThat(isQuESTEnvInit(), report::QUEST_ENV_NOT_INIT, caller);
1471}
1472
1473
1474

Callers 15

getQuESTEnvFunction · 0.85
finalizeQuESTEnvFunction · 0.85
syncQuESTEnvFunction · 0.85
reportQuESTEnvFunction · 0.85
getEnvironmentStringFunction · 0.85

Calls 2

assertThatFunction · 0.85
isQuESTEnvInitFunction · 0.85

Tested by

no test coverage detected