Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bevyengine/bevy-website
/ GithubLicenseResponse
Class
GithubLicenseResponse
generate-assets/src/github_client.rs:13–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
12
#[derive(Deserialize)]
13
struct GithubLicenseResponse {
14
license: GithubLicenseLicense,
15
}
16
17
#[derive(Deserialize)]
18
struct GithubLicenseLicense {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected