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

Function validate_funcVarSignedFlag

quest/src/core/validation.cpp:2261–2264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2259}
2260
2261void validate_funcVarSignedFlag(int areSigned, const char* caller) {
2262
2263 assertThat(areSigned == 0 || areSigned == 1, report::MULTI_VAR_FUNC_INVALID_ARE_SIGNED_FLAG, {{"${ARE_SIGNED}", areSigned}}, caller);
2264}
2265
2266void validate_matrixRowsAllSameSize(vector<vector<qcomp>> matrix, const char* caller) {
2267

Calls 1

assertThatFunction · 0.85

Tested by

no test coverage detected