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

Method clear

src/cache/mod.rs:94–96  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

92 }
93
94 pub fn clear(&self) {
95 self.cache.write().unwrap().clear();
96 }
97}

Callers 15

clear_numeric_cacheFunction · 0.45
clear_cacheMethod · 0.45
clear_cacheMethod · 0.45
clear_decimal_cacheFunction · 0.45
clear_cacheMethod · 0.45
substitute_parametersMethod · 0.45
analyze_column_castsMethod · 0.45
clear_cacheMethod · 0.45
clear_cacheMethod · 0.45
parse_multi_row_valuesFunction · 0.45
split_assignmentsFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_decode_queryFunction · 0.36