Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ id
Method
id
backend/src/graphql/organization.rs:31–36 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
29
}
30
31
async fn id(&self) -> ID {
32
match self {
33
Self::Wiki => ID(WIKI_ORGANIZATION_ID.to_owned()),
34
Self::Selected { id, .. } => id.to_owned(),
35
}
36
}
37
38
async fn name(&self) -> &str {
39
match self {
Callers
nothing calls this directly
Calls
1
ID
Function · 0.85
Tested by
no test coverage detected