| 268 | |
| 269 | #[derive(Serialize)] |
| 270 | struct Payload(BTreeMap<String, Value>); |
| 271 | |
| 272 | fn struct_to_telemetry(s: &pbjson_types::Struct) -> BTreeMap<String, Value> { |
| 273 | let mut out: BTreeMap<String, Value> = BTreeMap::new(); |
no outgoing calls
no test coverage detected