fn src_path()

in crates/testbed/src/main.rs [127:132]


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