Searched refs:duped_descriptors (Results 1 – 1 of 1) sorted by relevance
219 let mut duped_descriptors = Vec::with_capacity(msg_descriptors.len()); in serialize_and_send() localVariable226 duped_descriptors.push(duplicate_handle(desc, target_pid)? as usize) in serialize_and_send()229 let descriptor_json = if duped_descriptors.is_empty() { in serialize_and_send()232 Some(serde_json::to_vec(&duped_descriptors).map_err(Error::Json)?) in serialize_and_send()