Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
impl 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
52
impl redis_rs::ToRedisArgs for Key {
Callers
1
intersection
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected