MCPcopy Create free account
hub / github.com/erans/pgsqlite / needs_translation

Method needs_translation

src/query/unified_processor.rs:164–166  ·  view source on GitHub ↗
(&self, flag: TranslationFlags)

Source from the content-addressed store, hash-verified

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

Callers 1

process_complex_queryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected