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

Function it_save_keys

chain/src/keys.rs:50–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48
49 #[test]
50 fn it_save_keys() {
51 add_keys().unwrap();
52 }
53
54 #[test]
55 fn it_retrieves_the_saved_private_key() {

Callers

nothing calls this directly

Calls 1

add_keysFunction · 0.85

Tested by

no test coverage detected