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

Function setMaxNumReportedSigFigs

quest/src/api/debug.cpp:142–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140
141
142void setMaxNumReportedSigFigs(int numSigFigs) {
143 validate_envIsInit(__func__);
144 validate_newMaxNumReportedSigFigs(numSigFigs, __func__);
145
146 printer_setMaxNumPrintedSigFig(numSigFigs);
147}
148
149
150void setNumReportedNewlines(int numNewlines) {

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