Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/emwalker/digraph
/ parse_id
Function
parse_id
backend/tests/git/mod.rs:31–33 ·
view source on GitHub ↗
(id: &str)
Source
from the content-addressed store, hash-verified
29
}
30
31
fn parse_id(id: &str) -> ExternalId {
32
ExternalId::try_from(id).unwrap()
33
}
Callers
15
link
Function · 0.85
topics_updated
Function · 0.85
link_added
Function · 0.85
whitespace_removed
Function · 0.85
updates_are_idempotent
Function · 0.85
details_updated
Function · 0.85
parent_topic_updated
Function · 0.85
lookup_indexes_updated
Function · 0.85
link_added_to_correct_repo
Function · 0.85
update_simple_fixtures
Function · 0.85
topic_deleted
Function · 0.85
parent_topics_updated
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected