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

Method fetch

backend/src/http/mod.rs:15–17  ·  view source on GitHub ↗
(&self, url: &repo_url::RepoUrl)

Source from the content-addressed store, hash-verified

13
14impl Fetch for Fetcher {
15 fn fetch(&self, url: &repo_url::RepoUrl) -> Result<Response> {
16 Page::from(url).fetch()
17 }
18}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected