MCPcopy Index your code
hub / github.com/emwalker/digraph / display_string

Method display_string

backend/src/git/ext.rs:583–588  ·  view source on GitHub ↗
(&self, locale: Locale)

Source from the content-addressed store, hash-verified

581
582impl Object {
583 pub fn display_string(&self, locale: Locale) -> String {
584 match self {
585 Self::Link(link) => link.display_title().to_owned(),
586 Self::Topic(topic) => topic.display_name(locale),
587 }
588 }
589
590 pub fn id(&self) -> &ExternalId {
591 match self {

Callers 3

date_stringMethod · 0.80
prefixMethod · 0.80
to_search_matchMethod · 0.80

Calls 2

display_titleMethod · 0.45
display_nameMethod · 0.45

Tested by

no test coverage detected