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

Class ExecutableMeta

src/storage/tables/executables.rs:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32#[derive(rkyv::Archive, rkyv::Serialize, rkyv::Deserialize)]
33#[archive_attr(derive(Debug))]
34pub struct ExecutableMeta {
35 pub build_id: Option<String>,
36 pub file_name: Option<String>,
37 pub symb_status: SymbStatus,
38}
39
40new_table!(Executables: FileId => ExecutableMeta);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected