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

Method mark_as_completed

src/indicators.hpp:2413–2416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2411 bool is_completed() const { return get_value<details::ProgressBarOption::completed>(); }
2412
2413 void mark_as_completed() {
2414 get_value<details::ProgressBarOption::completed>() = true;
2415 print_progress();
2416 }
2417
2418private:
2419 template <details::ProgressBarOption id>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected