Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ main
Function
main
examples/isolated/setting_errorhandler.c:20–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
19
20
int main() {
21
initQuESTEnv();
22
setInputErrorHandler(myErrorHandler);
23
24
Qureg qureg = createQureg(-123);
25
26
finalizeQuESTEnv();
27
}
Callers
nothing calls this directly
Calls
4
initQuESTEnv
Function · 0.85
setInputErrorHandler
Function · 0.85
createQureg
Function · 0.85
finalizeQuESTEnv
Function · 0.85
Tested by
no test coverage detected