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

Function validate_newMaxNumReportedSigFigs

quest/src/core/validation.cpp:1503–1506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1501}
1502
1503void validate_newMaxNumReportedSigFigs(int numSigFigs, const char* caller) {
1504
1505 assertThat(numSigFigs >= 1, report::INVALID_NUM_REPORTED_SIG_FIGS, {{"${NUM_SIG_FIGS}", numSigFigs}}, caller);
1506}
1507
1508void validate_newNumReportedNewlines(int numNewlines, const char* caller) {
1509

Callers 1

setMaxNumReportedSigFigsFunction · 0.85

Calls 1

assertThatFunction · 0.85

Tested by

no test coverage detected