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

Class GithubCommitContent

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

Source from the content-addressed store, hash-verified

44
45#[derive(Deserialize, Clone, Debug)]
46pub struct GithubCommitContent {
47 // First line is the title
48 // If multiple authors, it will add "Co-Authored by: <author>" at the end
49 pub message: String,
50 pub committer: Committer,
51}
52
53#[derive(Deserialize, Clone, Debug)]
54pub struct GithubAuthor {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected