MCPcopy Create free account
hub / github.com/consensus-shipyard/ipc / 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 15

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
deploy_registryMethod · 0.45
removeFunction · 0.45
deactivateMethod · 0.45

Calls 1

withMethod · 0.80

Tested by 2

apply_bothFunction · 0.36