MCPcopy Create free account
hub / github.com/emwalker/digraph / display_name

Method display_name

backend/src/graphql/repository.rs:39–45  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

37 }
38
39 async fn display_name(&self) -> String {
40 match self {
41 Self::Default => DEFAULT_REPOSITORY_NAME,
42 Self::Fetched { name, .. } => name,
43 }
44 .to_string()
45 }
46
47 pub async fn full_name(&self) -> Result<String> {
48 match self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected