(step: ProvisioningStep)
| 409 | } |
| 410 | |
| 411 | fn noninteractive_active_label(step: ProvisioningStep) -> String { |
| 412 | step.active_label().trim_end_matches('.').to_string() |
| 413 | } |
| 414 | |
| 415 | fn handle_platform_progress_event( |
| 416 | event: &PlatformEvent, |
nothing calls this directly
no test coverage detected