MCPcopy 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

5use std::{env, fs};
6
7pub struct BlockChainDb;
8
9impl 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