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

Class GithubAuthor

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

Source from the content-addressed store, hash-verified

52
53#[derive(Deserialize, Clone, Debug)]
54pub struct GithubAuthor {
55 pub name: String,
56 pub user: Option<GithubUser>,
57}
58
59#[derive(Deserialize, Clone, Debug)]
60pub struct GithubUser {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected