fn get_candidate_paths_for_binary()

in ingester/lib/src/symbolicator/mod.rs [1003:1008]


    fn get_candidate_paths_for_binary(
        &self,
        _info: &LibraryInfo,
    ) -> FileAndPathHelperResult<Vec<samply_symbols::CandidatePathInfo<Self::FL>>> {
        Ok(vec![])
    }