Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChainSafe/Delorean-Protocol
/ get_id
Method
get_id
fendermint/eth/api/src/cache.rs:161–163 ·
view source on GitHub ↗
(&self, addr: &Address)
Source
from the content-addressed store, hash-verified
159
}
160
161
fn get_id(&self, addr: &Address) -> Option<ActorID> {
162
self.addr_to_id.get(addr)
163
}
164
165
fn set_id(&self, addr: Address, id: ActorID) {
166
self.addr_to_id.insert(addr, id)
Callers
1
lookup_id
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected