pub fn looks_like_url(s: &str) -> boolExpand description
Quick syntactic check: does s look like one of the URL forms
derive_lfs_url recognizes? Used to decide whether to treat a
“remote name” argument as a literal URL.
pub fn looks_like_url(s: &str) -> boolQuick syntactic check: does s look like one of the URL forms
derive_lfs_url recognizes? Used to decide whether to treat a
“remote name” argument as a literal URL.