Skip to main content

check_stations_in_graph

Function check_stations_in_graph 

Source
fn check_stations_in_graph(
    graph: Res<'_, Graph>,
    stations: Populated<'_, '_, Entity, With<Station>>,
    intervals: Populated<'_, '_, Entity, With<Interval>>,
    names: Query<'_, '_, &Name>,
)