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

Method name

backend/src/graphql/organization.rs:38–43  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

36 }
37
38 async fn name(&self) -> &str {
39 match self {
40 Self::Wiki => "General",
41 Self::Selected { name, .. } => name,
42 }
43 }
44
45 async fn path(&self) -> String {
46 match self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected