Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Firstyear/opensuse-proxy-cache
/ p_weight
Method
p_weight
arc-disk-cache/src/lib.rs:109–111 ·
view source on GitHub ↗
(&mut self, p: u64)
Source
from the content-addressed store, hash-verified
107
}
108
109
fn p_weight(&mut self, p: u64) {
110
self.p_weight = p;
111
}
112
113
fn shared_max(&mut self, i: u64) {
114
self.shared_max = i;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected