fn exclude_paths()

in crates/testbed/src/main.rs [134:139]


    fn exclude_paths(&self) -> Vec<String> {
        match self {
            Self::Local(local) => local.exclude_paths.clone(),
            Self::Github(github) => github.exclude_paths.clone(),
        }
    }