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

Method current

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

Source from the content-addressed store, hash-verified

2403 }
2404
2405 size_t current() {
2406 std::lock_guard<std::mutex> lock{mutex_};
2407 return (std::min)(static_cast<size_t>(progress_),
2408 size_t(get_value<details::ProgressBarOption::max_progress>()));
2409 }
2410
2411 bool is_completed() const { return get_value<details::ProgressBarOption::completed>(); }
2412

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected