Home
last modified time | relevance | path

Searched defs:ReleaseFileMatch (Results 1 – 1 of 1) sorted by relevance

/dports/devel/sentry-cli/sentry-cli-1.71.0/src/utils/
H A Dfile_search.rs23 pub struct ReleaseFileMatch { struct
24 pub base_path: PathBuf,
25 pub path: PathBuf,
26 pub contents: Vec<u8>,
88 pub fn collect_file(path: PathBuf) -> Result<ReleaseFileMatch, Error> { in collect_file()
99 pub fn collect_files(&self) -> Result<Vec<ReleaseFileMatch>, Error> { in collect_files()