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

Class GetOrCreateProjectRepositoryVars

src/api_client.rs:295–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293#[derive(Serialize, Clone)]
294#[serde(rename_all = "camelCase")]
295pub struct GetOrCreateProjectRepositoryVars {
296 pub name: String,
297}
298
299nest! {
300 #[derive(Debug, Deserialize, Serialize, Clone)]*

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected