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

Method current

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

Source from the content-addressed store, hash-verified

3143 }
3144
3145 size_t current() {
3146 std::lock_guard<std::mutex> lock{mutex_};
3147 return (std::min)(progress_, size_t(get_value<details::ProgressBarOption::max_progress>()));
3148 }
3149
3150 bool is_completed() const { return get_value<details::ProgressBarOption::completed>(); }
3151

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected