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

Method name

backend/src/graphql/user.rs:54–59  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

52 }
53
54 pub async fn name(&self) -> String {
55 match self {
56 Self::Guest => "Guest".to_owned(),
57 Self::Registered { name, .. } => name.to_owned(),
58 }
59 }
60
61 pub async fn repos(
62 &self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected