| 273 | |
| 274 | #[derive(serde::Deserialize)] |
| 275 | struct SymbolFileRefs { |
| 276 | #[serde(rename = "dwarfFileID")] |
| 277 | dwarf_file_id: Option<String>, |
| 278 | } |
| 279 | |
| 280 | let resp = CLIENT |
| 281 | .get(build_sym_url(&symb_endpoint, file_id, "metadata.json")) |
nothing calls this directly
no outgoing calls
no test coverage detected