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

Class Frame

src/storage/tables/stacktraces.rs:149–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147#[derive(rkyv::Archive, rkyv::Serialize, rkyv::Deserialize)]
148#[archive_attr(derive(Debug, Clone, Copy, Hash, PartialEq, Eq))]
149pub struct Frame {
150 pub id: FrameId,
151 pub kind: FrameKind,
152}
153
154impl Default for Frame {
155 fn default() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected