Function parse_github_url

Source
pub fn parse_github_url(
    url: &str,
) -> Result<(String, String), ContextCreatorError>
Expand description

Parse GitHub URL to extract owner and repo