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

Method path

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

Source from the content-addressed store, hash-verified

43 }
44
45 async fn path(&self) -> String {
46 match self {
47 Self::Wiki => "wiki".to_string(),
48 Self::Selected { login, .. } => login.to_owned(),
49 }
50 }
51}

Callers 3

parseMethod · 0.80
reposMethod · 0.80
blankMethod · 0.80

Calls

no outgoing calls

Tested by 1

blankMethod · 0.64