Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ make
Method
make
backend/src/types.rs:112–114 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
110
111
impl RepoId {
112
pub fn make() -> Self {
113
Self(Uuid::new_v4())
114
}
115
116
// For testing
117
pub fn other() -> Self {
Callers
nothing calls this directly
Calls
1
random_id
Function · 0.85
Tested by
no test coverage detected