Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChainSafe/Delorean-Protocol
/ state_store_clone
Method
state_store_clone
fendermint/testing/contract-test/src/lib.rs:97–99 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
95
>,
96
{
97
fn state_store_clone(&self) -> MemoryBlockstore {
98
self.state_store.as_ref().clone()
99
}
100
101
pub fn new(interpreter: I, state_store: MemoryBlockstore) -> Self {
102
Self {
Callers
1
init
Method · 0.45
Calls
1
as_ref
Method · 0.45
Tested by
no test coverage detected