Skip to main content

get_has_perm

Function get_has_perm 

Source
pub async fn get_has_perm(
    configuration: &Configuration,
    repo_ref: &str,
    perm: Permission,
) -> Result<bool, Error<GetHasPermError>>