MCPcopy Create free account
hub / github.com/baidu/tera / Print

Method Print

src/utils/tprinter.cc:95–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void TPrinter::Print(const PrintOpt& opt) { std::cout << ToString(opt); }
96
97string TPrinter::ToString(const PrintOpt& opt) {
98 std::ostringstream ostr;

Callers 7

ShowTabletListFunction · 0.80
ShowAllTablesFunction · 0.80
ShowSingleTabletNodeInfoFunction · 0.80
ShowTabletNodesInfoFunction · 0.80
PrintTableQuotaFunction · 0.80
PrintTsQuotaFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected