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

Method is_guest

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

Source from the content-addressed store, hash-verified

45 }
46
47 pub async fn is_guest(&self) -> bool {
48 match self {
49 Self::Guest => true,
50 Self::Registered { .. } => false,
51 }
52 }
53
54 pub async fn name(&self) -> String {
55 match self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected