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

Function _createQuESTEnv

quest/include/deprecated.h:737–740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

735
736
737static inline QuESTEnv _createQuESTEnv() {
738 initQuESTEnv();
739 return getQuESTEnv();
740}
741
742#define createQuESTEnv() \
743 _WARN_GENERAL_MSG( \

Callers

nothing calls this directly

Calls 2

initQuESTEnvFunction · 0.85
getQuESTEnvFunction · 0.85

Tested by

no test coverage detected