Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bevyengine/bevy-website
/ GithubSearchFileItem
Class
GithubSearchFileItem
generate-assets/src/github_client.rs:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
29
#[derive(Deserialize, Debug)]
30
struct GithubSearchFileItem {
31
path: std::path::PathBuf,
32
}
33
34
pub struct GithubClient {
35
agent: ureq::Agent,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected