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

Class GhData

src/run_environment/interfaces.rs:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62#[derive(Deserialize, Serialize, Debug, Clone)]
63#[serde(rename_all = "camelCase")]
64pub struct GhData {
65 pub run_id: String,
66 pub job: String,
67}
68
69#[derive(Deserialize, Serialize, Debug, Clone)]
70#[serde(rename_all = "camelCase")]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected