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

Function global_string_optimizer

src/optimization/string_utils.rs:175–177  ·  view source on GitHub ↗

Get the global string optimizer

()

Source from the content-addressed store, hash-verified

173
174/// Get the global string optimizer
175pub fn global_string_optimizer() -> &'static StringOptimizer {
176 &GLOBAL_STRING_OPTIMIZER
177}
178
179/// Trait for optimized string operations
180pub trait StringOptimized {

Callers 2

create_command_tagFunction · 0.85
execute_queryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected