MCPcopy 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

cmpMethod · 0.45
display_stringMethod · 0.45

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected