Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddimaria/rust-blockchain-tutorial
/ flush
Method
flush
chain/src/storage.rs:43–45 ·
view source on GitHub ↗
noop
(&self)
Source
from the content-addressed store, hash-verified
41
42
// noop
43
fn flush(&self) -> Result<()> {
44
Ok(())
45
}
46
}
47
48
impl Storage {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected