(&self, flag: TranslationFlags)
| 162 | |
| 163 | #[inline(always)] |
| 164 | fn needs_translation(&self, flag: TranslationFlags) -> bool { |
| 165 | self.translations_needed.contains(flag) |
| 166 | } |
| 167 | } |
| 168 | |
| 169 | /// Main entry point - ultra-optimized for simple queries |
no outgoing calls
no test coverage detected