Skip to main content

parse_alias

Function parse_alias 

Source
pub fn parse_alias(reference: &str) -> Option<(&str, i64)>
Expand description

Splits an alias back into the ticket id and attempt it was built from. Ticket ids may contain -, so the split is taken from the right.