Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bevyengine/bevy-website
/ GithubUser
Class
GithubUser
generate-release/src/github_client.rs:60–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
59
#[derive(Deserialize, Clone, Debug)]
60
pub struct GithubUser {
61
pub login: String,
62
}
63
64
#[derive(Deserialize, Clone, Debug)]
65
pub struct GithubCompareResponse {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected