MCPcopy Create free account
hub / github.com/MegEngine/MegFlow / remove

Method remove

flow-rs/src/registry.rs:140–143  ·  view source on GitHub ↗
(&self, id: u64)

Source from the content-addressed store, hash-verified

138 }
139
140 pub(crate) fn remove(&self, id: u64) {
141 let mut map = self.inner.write().unwrap();
142 map.remove(&id);
143 }
144}
145
146pub fn __submit_only_in_ctor<Q, ID, T: Collect<ID>>(key: Q, value: T)

Callers 11

stopFunction · 0.80
VisGraph.jsFile · 0.80
__delitem__Method · 0.80
__delitem__Method · 0.80
__delitem__Method · 0.80
send_anyMethod · 0.80
merge_tableFunction · 0.80
try_fetchMethod · 0.80
fetchMethod · 0.80
execMethod · 0.80
startMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected