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

Method keys

src/cache/ttl_cache.rs:556–558  ·  view source on GitHub ↗

Get all keys currently in the cache (for debugging)

(&self)

Source from the content-addressed store, hash-verified

554
555 /// Get all keys currently in the cache (for debugging)
556 pub fn keys(&self) -> Vec<K> {
557 self.entries.read().keys().cloned().collect()
558 }
559
560 /// Get the number of entries in the cache
561 pub fn len(&self) -> usize {

Callers 8

check_table_driftMethod · 0.80
register_json_functionsFunction · 0.80
get_all_tablesMethod · 0.80
check_schema_versionMethod · 0.80
print_resultsMethod · 0.80
test_array_generationFunction · 0.80

Calls 1

readMethod · 0.80

Tested by 2

test_array_generationFunction · 0.64