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

Function print_newlines

quest/src/core/printer.cpp:426–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424
425
426void print_newlines() {
427 assert_printerGivenNonNegativeNumNewlines();
428
429 print(string(global_numTrailingNewlines, '\n'));
430}
431
432void print_oneFewerNewlines() {
433 assert_printerGivenPositiveNumNewlines();

Callers 2

reportStrFunction · 0.85
reportPauliStrFunction · 0.85

Calls 2

printFunction · 0.85

Tested by

no test coverage detected