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

Method default

src/storage/tables/stacktraces.rs:155–163  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

153
154impl Default for Frame {
155 fn default() -> Self {
156 Frame {
157 id: FrameId {
158 file_id: FileId::from_parts(0, 0),
159 addr_or_line: 0,
160 },
161 kind: FrameKind::Unknown(u8::MAX),
162 }
163 }
164}
165
166impl From<ArchivedFrame> for Frame {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected