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

Class GithubSearchFile

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

Source from the content-addressed store, hash-verified

21
22#[derive(Deserialize, Debug)]
23struct GithubSearchFile {
24 total_count: u32,
25 incomplete_results: bool,
26 items: Vec<GithubSearchFileItem>,
27}
28
29#[derive(Deserialize, Debug)]
30struct GithubSearchFileItem {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected