MCPcopy 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
105impl From<sqlx::types::Uuid> for RepoId {
106 fn from(value: sqlx::types::Uuid) -> Self {
107 Self(value)
108 }
109}
110
111impl RepoId {

Callers

nothing calls this directly

Calls 1

to_vecMethod · 0.80

Tested by

no test coverage detected