Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/emwalker/digraph
/ display_name
Method
display_name
backend/src/git/ext.rs:252–254 ·
view source on GitHub ↗
(&self, locale: Locale)
Source
from the content-addressed store, hash-verified
250
}
251
252
pub fn display_name(&self, locale: Locale) -> String {
253
self.repo_topic.name(locale)
254
}
255
256
pub fn display_color(&self) -> &str {
257
if self.in_wiki_repo() {
Callers
2
cmp
Method · 0.45
display_string
Method · 0.45
Calls
1
name
Method · 0.45
Tested by
no test coverage detected