Function is_owner_of_path

Source
pub async fn is_owner_of_path(
    configuration: &Configuration,
    workspace: &str,
    path: &str,
) -> Result<bool, Error<IsOwnerOfPathError>>