Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddimaria/rust-blockchain-tutorial
/ it_creates_a_db
Function
it_creates_a_db
chain/src/storage.rs:92–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
91
#[test]
92
fn it_creates_a_db() {
93
let _ = STORAGE;
94
}
95
96
#[test]
97
fn it_gets_and_insert_account_data_from_db() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected