Skip to main content

is_blackarch_repo

Function is_blackarch_repo 

Source
pub const fn is_blackarch_repo(repo: &str) -> bool
Expand description

What: Check if a repo name belongs to BlackArch

Input:

  • repo repository name

Output:

  • true if it matches “blackarch” (case-insensitive)

Details:

  • Lowercases and checks exact equality.