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

Method new

ingest/src/ftl_codec.rs:22–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20
21impl FtlCodec {
22 pub fn new() -> FtlCodec {
23 FtlCodec {
24 command_buffer: Vec::new(),
25 }
26 }
27
28 pub fn reset(&mut self) {
29 self.command_buffer = Vec::new();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected