Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ stats_key
Method
stats_key
backend/src/redis/mod.rs:200–202 ·
view source on GitHub ↗
(&self, repo_id: RepoId, commit: &str)
Source
from the content-addressed store, hash-verified
198
}
199
200
fn stats_key(&self, repo_id: RepoId, commit: &str) -> String {
201
format!(
"stats:{repo_id}:{commit}"
)
202
}
203
}
204
205
impl git::SaveChangesForPrefix for Arc<Redis> {
Callers
2
fetch
Method · 0.80
save
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected