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

Method default

backend/src/graphql/user.rs:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18
19impl Default for User {
20 fn default() -> Self {
21 Self::Guest
22 }
23}
24
25#[derive(Debug, SimpleObject)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected