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

Method full_name

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

Source from the content-addressed store, hash-verified

45 }
46
47 pub async fn full_name(&self) -> Result<String> {
48 match self {
49 Self::Default => Ok("Wiki".to_string()),
50 Self::Fetched { name, .. } => Ok(name.to_owned()),
51 }
52 }
53
54 pub async fn id(&self) -> ID {
55 match self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected