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

Function getTableTitleStr

quest/src/core/printer.cpp:470–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468
469
470string getTableTitleStr(string title) {
471
472 return "[" + title + "]";
473}
474
475
476string getRankStr(int rank) {

Callers 1

print_tableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected