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