Searched refs:location_notes (Results 1 – 2 of 2) sorted by relevance
121 let location_notes = notes.entry(location).or_insert(vec![]); in route_chat() localVariable122 location_notes.push(note); in route_chat()124 for note in location_notes { in route_chat()
503 let location_notes = notes.entry(location).or_insert(vec![]);504 location_notes.push(note);506 for note in location_notes {