MCPcopy Create free account
hub / github.com/elastic/devfiler / SymbolFileRefs

Class SymbolFileRefs

src/symbolizer/mod.rs:275–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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"))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected