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

Class DebugInfo

crates/runner-shared/src/debug_info.rs:4–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3#[derive(Hash, PartialEq, Eq, Clone, Serialize, Deserialize)]
4pub struct DebugInfo {
5 pub addr: u64,
6 pub size: u64,
7 pub name: String,
8 pub file: String,
9 pub line: Option<u32>,
10}
11
12impl std::fmt::Debug for DebugInfo {
13 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected