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

Class CompareRunsVars

src/api_client.rs:197–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195#[derive(Serialize, Clone)]
196#[serde(rename_all = "camelCase")]
197pub struct CompareRunsVars {
198 pub owner: String,
199 pub name: String,
200 pub base_run_id: String,
201 pub head_run_id: String,
202}
203
204#[derive(Deserialize, Serialize, Debug, Clone, PartialEq)]
205#[serde(rename_all = "PascalCase")]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected