Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
pub use repo_url::*;
7
8
pub trait Fetch {
9
fn fetch(&self, url: &repo_url::RepoUrl) -> Result<Response>;
10
}
11
12
pub struct Fetcher;
13
Callers
nothing calls this directly
Implementers
2
mod.rs
backend/src/http/mod.rs
fixtures.rs
backend/tests/git/fixtures.rs
Calls
no outgoing calls
Tested by
no test coverage detected