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