Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
impl BevyRepo {
20
fn as_str(&self) -> &'static str {
21
match self {
22
BevyRepo::Bevy =>
"bevy"
,
23
BevyRepo::BevyWebsite =>
"bevy-website"
,
24
}
25
}
26
}
27
28
impl Display for BevyRepo {
Callers
4
extract_profile_picture
Function · 0.80
get_error_pages
Function · 0.80
new
Method · 0.80
format_file
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected