Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
impl 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
basicAuthSecret
Function · 0.45
makeClient
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected