MCPcopy Create free account
hub / github.com/bevyengine/bevy-website / GithubCompareResponse

Class GithubCompareResponse

generate-release/src/github_client.rs:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63
64#[derive(Deserialize, Clone, Debug)]
65pub struct GithubCompareResponse {
66 pub commits: Vec<GithubCommitResponse>,
67}
68
69#[derive(Deserialize, Clone, Debug)]
70pub struct GithubLabel {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected