Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
parse
Method · 0.80
repos
Method · 0.80
blank
Method · 0.80
Calls
no outgoing calls
Tested by
1
blank
Method · 0.64