MCPcopy 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)]
13struct GithubLicenseResponse {
14 license: GithubLicenseLicense,
15}
16
17#[derive(Deserialize)]
18struct GithubLicenseLicense {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected