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