MCPcopy Index your code
hub / github.com/emwalker/digraph / Fetch

Interface Fetch

backend/src/http/mod.rs:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6pub use repo_url::*;
7
8pub trait Fetch {
9 fn fetch(&self, url: &repo_url::RepoUrl) -> Result<Response>;
10}
11
12pub struct Fetcher;
13

Callers

nothing calls this directly

Implementers 2

mod.rsbackend/src/http/mod.rs
fixtures.rsbackend/tests/git/fixtures.rs

Calls

no outgoing calls

Tested by

no test coverage detected