MCPcopy Create free account
hub / github.com/ddimaria/rust-blockchain-tutorial / it_transfers

Function it_transfers

chain/src/account.rs:170–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

168
169 #[test]
170 fn it_transfers() {
171 let mut account_storage = new_account_storage();
172 let (_, _) = add_account(&mut account_storage);
173 let (_, _) = add_account(&mut account_storage);
174 }
175
176 #[test]
177 fn root_hash_changes() {

Callers

nothing calls this directly

Calls 2

new_account_storageFunction · 0.85
add_accountFunction · 0.85

Tested by

no test coverage detected