Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Qovery/engine
/ new
Method
new
lib-engine/src/cmd/helm.rs:158–162 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
156
157
impl HelmListCache {
158
pub fn new() -> Self {
159
HelmListCache {
160
inner: Arc::new(Mutex::new(HashMap::new())),
161
}
162
}
163
164
fn id(&self) -> usize {
165
Arc::as_ptr(&self.inner) as usize
Callers
nothing calls this directly
Calls
3
as_ref
Method · 0.80
push
Method · 0.80
cleanup
Method · 0.45
Tested by
no test coverage detected