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

Method from

src/storage/tables/stackframes.rs:49–54  ·  view source on GitHub ↗
(x: ArchivedFrameId)

Source from the content-addressed store, hash-verified

47
48impl From<ArchivedFrameId> for FrameId {
49 fn from(x: ArchivedFrameId) -> Self {
50 FrameId {
51 file_id: x.file_id.into(),
52 addr_or_line: x.addr_or_line,
53 }
54 }
55}
56
57impl_ord_from_table_key!(FrameId);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected