Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ valid_url
Function
valid_url
backend/tests/git/mod.rs:27–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
}
26
27
fn valid_url() -> RepoUrl {
28
RepoUrl::parse(
"https://www.google.com"
).unwrap()
29
}
30
31
fn parse_id(id: &str) -> ExternalId {
32
ExternalId::try_from(id).unwrap()
Callers
8
link
Function · 0.85
topics_updated
Function · 0.85
link_added
Function · 0.85
whitespace_removed
Function · 0.85
no_orphans
Function · 0.85
updates_are_idempotent
Function · 0.85
link_added_to_correct_repo
Function · 0.85
search_works_across_prefixes
Function · 0.85
Calls
1
parse
Function · 0.85
Tested by
no test coverage detected