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

Enum SinkState

opensuse-proxy-cache/src/main.rs:662–666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

660
661#[derive(Clone, Copy, Debug)]
662enum SinkState {
663 Ready,
664 Needs(usize),
665 Err,
666}
667
668pin_project! {
669 struct TeeSink<A, B> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected