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

Method get

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

Source from the content-addressed store, hash-verified

52 }
53
54 pub fn get(&self, key: &K) -> Option<V> {
55 self.with(|c| c.get(key).cloned())
56 }
57
58 pub fn remove(&self, key: &K) {
59 self.with(|c| c.remove(key));

Callers 15

bytecodeMethod · 0.45
library_positionsMethod · 0.45
matches_topicsFunction · 0.45
to_queriesMethod · 0.45
get_web_socketMethod · 0.45
transaction_by_indexMethod · 0.45
uninstall_filterMethod · 0.45
take_filter_changesMethod · 0.45
get_idMethod · 0.45
get_addrMethod · 0.45

Calls 1

withMethod · 0.80

Tested by

no test coverage detected