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

Class FetchLocalRunVars

src/api_client.rs:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107#[derive(Serialize, Clone)]
108#[serde(rename_all = "camelCase")]
109pub struct FetchLocalRunVars {
110 pub owner: String,
111 pub name: String,
112 pub run_id: String,
113}
114
115#[derive(Deserialize, Serialize, Debug, Clone, PartialEq)]
116#[serde(rename_all = "SCREAMING_SNAKE_CASE")]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected