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

Interface ActivityForPrefix

backend/src/git/activity.rs:1238–1240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1236}
1237
1238pub trait ActivityForPrefix {
1239 fn fetch_activity(&self, repo_id: RepoId, first: usize) -> Result<Vec<Change>>;
1240}
1241
1242impl FetchActivity {
1243 pub fn call<F>(&self, git: &Arc<Client>, fetch: &F) -> Result<FetchActivityResult>

Callers

nothing calls this directly

Implementers 1

mod.rsbackend/src/redis/mod.rs

Calls

no outgoing calls

Tested by

no test coverage detected