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

Method size_hint

opensuse-proxy-cache/src/main.rs:943–945  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

941 }
942
943 fn size_hint(&self) -> (usize, Option<usize>) {
944 self.dlos_reader.size_hint()
945 }
946}
947
948#[instrument(skip_all)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected