MCPcopy 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
205impl git::SaveChangesForPrefix for Arc<Redis> {

Callers 2

fetchMethod · 0.80
saveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected