| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected