MCPcopy Create free account
hub / github.com/emwalker/digraph / downset

Method downset

backend/src/redis/mod.rs:44–49  ·  view source on GitHub ↗
(path: &TopicPath)

Source from the content-addressed store, hash-verified

42
43impl Key {
44 fn downset(path: &TopicPath) -> Self {
45 Self(format!(
46 "repo:{}:topic:{}:{}:down",
47 path.repo_id, path.topic_id, path.topic_oid
48 ))
49 }
50}
51
52impl redis_rs::ToRedisArgs for Key {

Callers 1

intersectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected