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

Function validate_superOpFields

quest/src/core/validation.cpp:2858–2862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2856}
2857
2858void validate_superOpFields(SuperOp op, const char* caller) {
2859
2860 bool isInKrausMap = false;
2861 assertSuperOpFieldsAreValid(op, isInKrausMap, caller);
2862}
2863
2864void validate_superOpIsSynced(SuperOp op, const char* caller) {
2865

Callers 8

mixSuperOpFunction · 0.85
destroySuperOpFunction · 0.85
syncSuperOpFunction · 0.85
setSuperOpFunction · 0.85
setInlineSuperOpFunction · 0.85
reportSuperOpFunction · 0.85

Calls 1

Tested by

no test coverage detected