Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChainSafe/Delorean-Protocol
/ missing_blocks
Method
missing_blocks
fendermint/app/src/store.rs:113–115 ·
view source on GitHub ↗
(&mut self, cid: &Cid)
Source
from the content-addressed store, hash-verified
111
}
112
113
fn missing_blocks(&mut self, cid: &Cid) -> anyhow::Result<Vec<Cid>> {
114
missing_blocks::<Self, Self::Params>(self, cid)
115
}
116
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected