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

Function setNumReportedNewlines

quest/src/api/debug.cpp:150–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148
149
150void setNumReportedNewlines(int numNewlines) {
151 validate_envIsInit(__func__);
152 validate_newNumReportedNewlines(numNewlines, __func__);
153
154 printer_setNumTrailingNewlines(numNewlines);
155}
156
157
158void setReportedPauliChars(const char* paulis) {

Callers 6

SECTIONFunction · 0.85
debug.cppFile · 0.85
reportMyStructsFunction · 0.85
mainFunction · 0.85
reportMyStructsFunction · 0.85
mainFunction · 0.85

Calls 3

validate_envIsInitFunction · 0.85

Tested by

no test coverage detected