Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
470
string getTableTitleStr(string title) {
471
472
return
"["
+ title +
"]"
;
473
}
474
475
476
string getRankStr(int rank) {
Callers
1
print_table
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected