Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ from
Method
from
backend/src/types.rs:106–108 ·
view source on GitHub ↗
(value: sqlx::types::Uuid)
Source
from the content-addressed store, hash-verified
104
105
impl From<sqlx::types::Uuid> for RepoId {
106
fn from(value: sqlx::types::Uuid) -> Self {
107
Self(value)
108
}
109
}
110
111
impl RepoId {
Callers
nothing calls this directly
Calls
1
to_vec
Method · 0.80
Tested by
no test coverage detected