MCPcopy Index your code
hub / github.com/emwalker/digraph / Okey

Class Okey

backend/src/types.rs:323–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321// mutation, for example.
322#[derive(Clone, Debug, Eq, Hash, Ord, PartialEq, PartialOrd)]
323pub struct Okey(pub ExternalId, pub RepoId);
324
325pub fn random_id() -> String {
326 rand::thread_rng()

Callers 6

fetch_linkMethod · 0.85
fetch_topicMethod · 0.85
fetch_matchesMethod · 0.85
fetch_downsetMethod · 0.85
select_repositoryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected