pub fn remote_refs(
url: &Url,
) -> Result<HashMap<PublicKey, Refs, RandomState>, ListRefsError>
Expand description
List remote refs of a project, given the remote URL.
pub fn remote_refs(
url: &Url,
) -> Result<HashMap<PublicKey, Refs, RandomState>, ListRefsError>
List remote refs of a project, given the remote URL.