Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChainSafe/Delorean-Protocol
/ get_addr
Method
get_addr
fendermint/eth/api/src/cache.rs:169–171 ·
view source on GitHub ↗
(&self, id: &ActorID)
Source
from the content-addressed store, hash-verified
167
}
168
169
fn get_addr(&self, id: &ActorID) -> Option<Address> {
170
self.id_to_addr.get(id)
171
}
172
173
fn set_addr(&self, id: ActorID, addr: Address) {
174
self.id_to_addr.insert(id, addr)
Callers
1
lookup_addr
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected