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

Method from

backend/src/http/page.rs:30–32  ·  view source on GitHub ↗
(url: &RepoUrl)

Source from the content-addressed store, hash-verified

28
29impl Page {
30 pub fn from(url: &RepoUrl) -> Self {
31 Self(url.to_owned())
32 }
33
34 pub fn fetch(&self) -> Result<Response> {
35 if !self.should_fetch() {

Callers 2

basicAuthSecretFunction · 0.45
makeClientFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected