MCPcopy Create free account
hub / github.com/Firstyear/opensuse-proxy-cache / DecodeState

Enum DecodeState

redis-server/src/codec.rs:38–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37#[derive(Debug)]
38enum DecodeState {
39 Cmd,
40 Set {
41 fh: NamedTempFile,
42 key: Vec<u8>,
43 dsz: usize,
44 rem: usize,
45 },
46}
47
48pub struct RedisCodec {
49 cache: Arc<CacheT>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected