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