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

Method fetch

backend/src/redis/mod.rs:25–27  ·  view source on GitHub ↗
(&self, _repo_id: RepoId, _commit: &str)

Source from the content-addressed store, hash-verified

23
24impl git::CacheStats for Noop {
25 fn fetch(&self, _repo_id: RepoId, _commit: &str) -> Result<Option<git::RepoStats>> {
26 Ok(None)
27 }
28
29 fn save(
30 &self,

Callers

nothing calls this directly

Calls 3

stats_keyMethod · 0.80
connectionMethod · 0.80
try_intoMethod · 0.45

Tested by

no test coverage detected