Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ id
Method
id
backend/src/graphql/repository.rs:54–59 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
52
}
53
54
pub async fn id(&self) -> ID {
55
match self {
56
Self::Default => ID(WIKI_REPOSITORY_ID.to_string()),
57
Self::Fetched { id, .. } => ID(id.to_owned()),
58
}
59
}
60
61
pub async fn is_private(&self) -> bool {
62
match self {
Callers
nothing calls this directly
Calls
1
ID
Function · 0.85
Tested by
no test coverage detected