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

Function test_uuid_short_format

atomic-agent/src/hooks/pi.rs:865–869  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

863
864 #[test]
865 fn test_uuid_short_format() {
866 let id = uuid_short();
867 assert_eq!(id.len(), 8);
868 assert!(id.chars().all(|c| c.is_ascii_hexdigit()));
869 }
870
871 #[test]
872 fn test_uuid_short_not_all_zeros() {

Callers

nothing calls this directly

Calls 1

uuid_shortFunction · 0.70

Tested by

no test coverage detected