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

Class TestValue

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

Source from the content-addressed store, hash-verified

542 #[derive(Debug, Clone, PartialEq, Eq)]
543 #[derive(rkyv::Archive, rkyv::Serialize, rkyv::Deserialize)]
544 pub struct TestValue {
545 pub data: String,
546 }
547
548 // Test table with caching enabled
549 new_table!(TestTable: TestKey => TestValue {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected