Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QMHTMY/RustBook
/ BlockChainDb
Class
BlockChainDb
code/chapter09/blockchain/blockchain8/core/src/bcdb.rs:7–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
use std::{env, fs};
6
7
pub struct BlockChainDb;
8
9
impl BlockChainDb {
10
pub fn new(path: &str) -> Database<bkey::BKey> {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected