Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
737
static inline QuESTEnv _createQuESTEnv() {
738
initQuESTEnv();
739
return getQuESTEnv();
740
}
741
742
#define createQuESTEnv() \
743
_WARN_GENERAL_MSG( \
Callers
nothing calls this directly
Calls
2
initQuESTEnv
Function · 0.85
getQuESTEnv
Function · 0.85
Tested by
no test coverage detected