is_cachyos_repo

Function is_cachyos_repo 

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

What: Check if a repo name belongs to CachyOS

Input:

  • repo repository name

Output:

  • true if it starts with “cachyos” (case-insensitive)

Details:

  • Lowercases and checks the “cachyos” prefix.