MCPcopy Create free account
hub / github.com/elastic/devfiler / TestKey

Class TestKey

src/storage/table.rs:527–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

525 // Simple test key type
526 #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
527 pub struct TestKey(u64);
528
529 impl TableKey for TestKey {
530 type B = [u8; 8];

Callers 5

from_rawMethod · 0.85
test_cache_functionalityFunction · 0.85
test_cache_lru_evictionFunction · 0.85
test_cache_basic_usageFunction · 0.85

Calls

no outgoing calls

Tested by 4

test_cache_functionalityFunction · 0.68
test_cache_lru_evictionFunction · 0.68
test_cache_basic_usageFunction · 0.68