Searched refs:get_candidates (Results 1 – 1 of 1) sorted by relevance
58 let candidates = self.get_candidates(slice.to_string().clone()); in complete()83 fn get_candidates(&self, cmd: String) -> HashSet<CommandCandidate> { in get_candidates() method