MCPcopy 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
27fn valid_url() -> RepoUrl {
28 RepoUrl::parse("https://www.google.com").unwrap()
29}
30
31fn parse_id(id: &str) -> ExternalId {
32 ExternalId::try_from(id).unwrap()

Callers 8

linkFunction · 0.85
topics_updatedFunction · 0.85
link_addedFunction · 0.85
whitespace_removedFunction · 0.85
no_orphansFunction · 0.85
updates_are_idempotentFunction · 0.85

Calls 1

parseFunction · 0.85

Tested by

no test coverage detected