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

Method name

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

Source from the content-addressed store, hash-verified

66 }
67
68 async fn name(&self) -> &str {
69 match self {
70 Self::Default => "Wiki",
71 Self::Fetched { name, .. } => name.as_str(),
72 }
73 }
74
75 async fn organization(&self, ctx: &Context<'_>) -> Result<Organization> {
76 match self {

Callers

nothing calls this directly

Calls 1

as_strMethod · 0.80

Tested by

no test coverage detected