Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Firstyear/opensuse-proxy-cache
/ Quota
Class
Quota
opensuse-proxy-cache/src/main.rs:79–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
struct Quota {
80
daily_quota: usize,
81
client_track: HashMap<IpAddr, ClientRecord>,
82
}
83
84
impl AppState {
85
pub fn new(
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected