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

Class MetaData

src/symbolizer/mod.rs:268–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266async fn fetch_dbg_file_id(symb_endpoint: String, file_id: FileId) -> Result<Option<FileId>> {
267 #[derive(serde::Deserialize)]
268 struct MetaData {
269 version: u32,
270 #[serde(rename = "symbolFileReferences")]
271 refs: SymbolFileRefs,
272 }
273
274 #[derive(serde::Deserialize)]
275 struct SymbolFileRefs {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected