MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / remove

Method remove

crates/openshell-vfio/src/bind.rs:314–316  ·  view source on GitHub ↗
(&mut self, id: &str)

Source from the content-addressed store, hash-verified

312
313 #[cfg(test)]
314 fn remove(&mut self, id: &str) {
315 self.refcounts.remove(id);
316 }
317}
318
319#[cfg(test)]

Callers 2

deregisterMethod · 0.45
clearFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected