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

Class GithubContentResponse

generate-assets/src/github_client.rs:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6#[derive(Deserialize, Debug)]
7struct GithubContentResponse {
8 encoding: String,
9 content: String,
10}
11
12#[derive(Deserialize)]
13struct GithubLicenseResponse {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected