(&self)
| 2844 | |
| 2845 | impl GrepQueryPlan { |
| 2846 | fn is_empty(&self) -> bool { |
| 2847 | self.fts_query.is_empty() && self.like_terms.is_empty() |
| 2848 | } |
| 2849 | } |
| 2850 | |
| 2851 | fn grep_query_plan(query: &str) -> GrepQueryPlan { |
no outgoing calls
no test coverage detected