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

Method as_str

generate-release/src/github_client.rs:20–25  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

18
19impl BevyRepo {
20 fn as_str(&self) -> &'static str {
21 match self {
22 BevyRepo::Bevy => "bevy",
23 BevyRepo::BevyWebsite => "bevy-website",
24 }
25 }
26}
27
28impl Display for BevyRepo {

Callers 4

extract_profile_pictureFunction · 0.80
get_error_pagesFunction · 0.80
newMethod · 0.80
format_fileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected