Searched refs:filter_command (Results 1 – 1 of 1) sorted by relevance
1361 if let Ok((content, id)) = filter_command(payload) { in slave_connect()1408 pub fn filter_command(_payload: &[u8]) -> io::Result<(String, u32)> { in filter_command() function