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

Method login

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

Source from the content-addressed store, hash-verified

22#[Object]
23impl Organization {
24 async fn login(&self) -> &str {
25 match self {
26 Self::Wiki => "wiki",
27 Self::Selected { login, .. } => login,
28 }
29 }
30
31 async fn id(&self) -> ID {
32 match self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected