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

Function validate_newNumReportedNewlines

quest/src/core/validation.cpp:1508–1511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1506}
1507
1508void validate_newNumReportedNewlines(int numNewlines, const char* caller) {
1509
1510 assertThat(numNewlines >= 0, report::INVALID_NUM_REPORTED_NEWLINES, {{"${NUM_NEWLINES}", numNewlines}}, caller);
1511}
1512
1513void validate_numReportedNewlinesAboveZero(const char* caller) {
1514

Callers 1

setNumReportedNewlinesFunction · 0.85

Calls 1

assertThatFunction · 0.85

Tested by

no test coverage detected