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

Class FrameId

src/storage/tables/stackframes.rs:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22#[derive(rkyv::Archive, rkyv::Serialize, rkyv::Deserialize)]
23#[archive_attr(derive(Clone, Copy, Debug, PartialEq, Eq, Hash))]
24pub struct FrameId {
25 #[with(RkyvFileId)]
26 pub file_id: FileId,
27 pub addr_or_line: u64,
28}
29
30impl TableKey for FrameId {
31 type B = [u8; 16 + 8];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected