MCPcopy Create free account
hub / github.com/KTH-RPL/dufomap / get_postfix_text

Method get_postfix_text

src/indicators.hpp:2746–2753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2744 }
2745
2746 std::pair<std::string, int> get_postfix_text() {
2747 std::stringstream os;
2748 os << " " << get_value<details::ProgressBarOption::postfix_text>();
2749
2750 const auto result = os.str();
2751 const auto result_size = unicode::display_width(result);
2752 return {result, result_size};
2753 }
2754
2755public:
2756 void print_progress(bool from_multi_progress = false) {

Callers

nothing calls this directly

Calls 2

display_widthFunction · 0.85
strMethod · 0.80

Tested by

no test coverage detected