pub fn validate_ref_prefix(prefix: &str) -> boolExpand description
Validate a prefix passed to list_refs. An empty prefix is allowed.
A single trailing / is allowed; otherwise the prefix must satisfy
validate_ref_name.
pub fn validate_ref_prefix(prefix: &str) -> boolValidate a prefix passed to list_refs. An empty prefix is allowed.
A single trailing / is allowed; otherwise the prefix must satisfy
validate_ref_name.