| 15 | } |
| 16 | #[derive(Clone, Debug, Eq, PartialEq, Ord, PartialOrd, Hash)] |
| 17 | pub struct FtlCodec { |
| 18 | command_buffer: std::vec::Vec<u8>, |
| 19 | } |
| 20 | |
| 21 | impl FtlCodec { |
| 22 | pub fn new() -> FtlCodec { |
nothing calls this directly
no outgoing calls
no test coverage detected