MCPcopy Create free account
hub / github.com/GRVYDEV/Project-Lightspeed / FtlCodec

Class FtlCodec

ingest/src/ftl_codec.rs:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16#[derive(Clone, Debug, Eq, PartialEq, Ord, PartialOrd, Hash)]
17pub struct FtlCodec {
18 command_buffer: std::vec::Vec<u8>,
19}
20
21impl FtlCodec {
22 pub fn new() -> FtlCodec {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected