| 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 { |
nothing calls this directly
no outgoing calls
no test coverage detected