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

Method is_completed

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

Source from the content-addressed store, hash-verified

2707 }
2708
2709 bool is_completed() { return get_value<details::ProgressBarOption::completed>(); }
2710
2711 void mark_as_completed() {
2712 get_value<details::ProgressBarOption::completed>() = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected