MCPcopy Create free account
hub / github.com/ChainSafe/Delorean-Protocol / remove

Method remove

fendermint/eth/api/src/cache.rs:58–60  ·  view source on GitHub ↗
(&self, key: &K)

Source from the content-addressed store, hash-verified

56 }
57
58 pub fn remove(&self, key: &K) {
59 self.with(|c| c.remove(key));
60 }
61
62 pub fn remove_many<'a, I>(&self, keys: I)
63 where

Callers 13

deleteMethod · 0.45
apply_bothFunction · 0.45
topo_sortFunction · 0.45
remove_web_socketMethod · 0.45
remove_manyMethod · 0.45
remove_unblockedMethod · 0.45
remove_manyMethod · 0.45
removeFunction · 0.45
initMethod · 0.45
power_updateFunction · 0.45
update_power_tableMethod · 0.45

Calls 1

withMethod · 0.80

Tested by 2

apply_bothFunction · 0.36