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

Method into_raw

src/storage/tables/stackframes.rs:40–45  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

38 }
39
40 fn into_raw(self) -> Self::B {
41 let mut buf = Self::B::default();
42 buf[0..16].copy_from_slice(&self.file_id.into_raw());
43 buf[16..24].copy_from_slice(&self.addr_or_line.to_be_bytes());
44 buf
45 }
46}
47
48impl From<ArchivedFrameId> for FrameId {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected