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

Method to_optimized_string

src/optimization/string_utils.rs:189–191  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

187
188impl StringOptimized for str {
189 fn to_optimized_string(&self) -> Cow<'_, str> {
190 Cow::Borrowed(self)
191 }
192
193 fn to_string_if_needed(&self) -> Cow<'_, str> {
194 Cow::Borrowed(self)

Callers 1

get_table_schema_infoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected