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

Function print_label

quest/src/core/printer.cpp:1392–1396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1390
1391
1392void print_label(string label) {
1393
1394 // always contains trailing newline (platform agnostic)
1395 print(label + LABEL_SUFFIX + "\n");
1396}
1397
1398
1399void printHeader(string name, vector<string> notes) {

Callers 2

reportQuESTEnvFunction · 0.85
reportQuregParamsFunction · 0.85

Calls 1

printFunction · 0.85

Tested by

no test coverage detected