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

Class ClientRecord

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

Source from the content-addressed store, hash-verified

72}
73
74struct ClientRecord {
75 used: usize,
76 reset: Instant,
77}
78
79struct Quota {
80 daily_quota: usize,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected