Skip to main content

has_event_for_phase

Function has_event_for_phase 

Source
pub fn has_event_for_phase(project_root: &Path, phase: u32, event: &str) -> bool
Expand description

Whether phase has ever emitted an event named event. Implemented as last_event_of_kind_for_phase.is_some() so there is one scanner, not two.