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

Function global_translation_cache

src/cache/translation_cache.rs:21–23  ·  view source on GitHub ↗

Get the global translation cache instance

()

Source from the content-addressed store, hash-verified

19
20/// Get the global translation cache instance
21pub fn global_translation_cache() -> &'static TranslationCache {
22 &GLOBAL_TRANSLATION_CACHE
23}
24
25/// Translation cache for cast syntax translations
26pub struct TranslationCache {

Callers 3

process_complex_queryFunction · 0.85
processMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected