show_interval_stats

Function show_interval_stats 

Source
pub fn show_interval_stats(
    (InMut, In): (InMut<'_, Ui>, In<(Entity, Entity)>),
    interval_string: Local<'_, String>,
    station_name: Query<'_, '_, &Name, With<Station>>,
    intervals: Query<'_, '_, (Ref<'_, IntervalCache>, &Interval)>,
    graph: Res<'_, Graph>,
    get_entry_parent: Query<'_, '_, &ChildOf, With<TimetableEntry>>,
    panel_buffer: Local<'_, PageCache<Entity, Vec<Entity>>>,
)