Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_raw
Method · 0.85
test_cache_functionality
Function · 0.85
test_cache_lru_eviction
Function · 0.85
test_cache_performance_benefit
Function · 0.85
test_cache_basic_usage
Function · 0.85
Calls
no outgoing calls
Tested by
4
test_cache_functionality
Function · 0.68
test_cache_lru_eviction
Function · 0.68
test_cache_performance_benefit
Function · 0.68
test_cache_basic_usage
Function · 0.68