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

Class GithubCommitResponse

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

Source from the content-addressed store, hash-verified

33
34#[derive(Deserialize, Clone, Debug)]
35pub struct GithubCommitResponse {
36 pub sha: String,
37 pub commit: GithubCommitContent,
38}
39
40#[derive(Deserialize, Clone, Debug)]
41pub struct Committer {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected