Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
bytecode
Method · 0.45
library_positions
Method · 0.45
matches_topics
Function · 0.45
to_queries
Method · 0.45
get_web_socket
Method · 0.45
transaction_by_index
Method · 0.45
uninstall_filter
Method · 0.45
take_filter_changes
Method · 0.45
get_id
Method · 0.45
get_addr
Method · 0.45
get_actor_type_from_addr
Method · 0.45
get_actor_type_from_cid
Method · 0.45
Calls
1
with
Method · 0.80
Tested by
no test coverage detected