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

Method set_progress

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

Source from the content-addressed store, hash-verified

3125 }
3126
3127 void set_progress(size_t value) {
3128 {
3129 std::lock_guard<std::mutex> lock{mutex_};
3130 progress_ = value;
3131 }
3132 save_start_time();
3133 print_progress();
3134 }
3135
3136 void tick() {
3137 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected