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

Function test_format_hash_full

atomic-cli/src/commands/mod.rs:698–704  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

696
697 #[test]
698 fn test_format_hash_full() {
699 let bytes = [0u8; 32];
700 let hash = Hash::from_bytes(bytes);
701
702 let formatted = format_hash(&hash, true);
703 assert!(!formatted.ends_with("..."));
704 }
705
706 #[test]
707 fn test_format_hash_with_custom_length() {

Callers

nothing calls this directly

Calls 1

format_hashFunction · 0.85

Tested by

no test coverage detected