MCPcopy 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
157impl 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_refMethod · 0.80
pushMethod · 0.80
cleanupMethod · 0.45

Tested by

no test coverage detected