MCPcopy Create free account
hub / github.com/CodSpeedHQ/codspeed / MappedProcessUnwindData

Class MappedProcessUnwindData

crates/runner-shared/src/unwind_data.rs:284–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282/// Per-pid mounting info referencing a deduplicated unwind data entry.
283#[derive(Debug, Serialize, Deserialize, Clone)]
284pub struct MappedProcessUnwindData {
285 pub unwind_data_key: String,
286 #[serde(flatten)]
287 pub inner: ProcessUnwindData,
288}
289
290#[derive(Serialize, Deserialize, Clone)]
291pub struct ProcessUnwindData {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected