MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / test_log_get_hash_length_full

Function test_log_get_hash_length_full

atomic-cli/src/commands/log/tests.rs:286–289  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

284
285 #[test]
286 fn test_log_get_hash_length_full() {
287 let log = Log::new().with_full_hash(true);
288 assert_eq!(log.get_hash_length(), 52);
289 }
290
291 #[test]
292 fn test_log_build_history_options_default() {

Callers

nothing calls this directly

Calls 1

with_full_hashMethod · 0.45

Tested by

no test coverage detected