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

Function test_format_hash_full

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

format_hashFunction · 0.85

Tested by

no test coverage detected