Skip to main content

credential_key_from_remote_url

Function credential_key_from_remote_url 

Source
pub fn credential_key_from_remote_url(url: &str) -> Option<String>
Expand description

Extract the hostname (credential store key) from a remote URL string.

Returns None for local paths (file:// or bare paths).