pub fn has_event_for_phase(
project_root: &Path,
phase: PhaseId,
event: &str,
) -> boolExpand 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.