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

Class FetchLocalRunResponse

src/api_client.rs:191–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191pub struct FetchLocalRunResponse {
192 pub run: FetchLocalRunRun,
193}
194
195#[derive(Serialize, Clone)]
196#[serde(rename_all = "camelCase")]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected