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

Function test_uuid_short_format

atomic-agent/src/hooks/devin.rs:667–671  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

665
666 #[test]
667 fn test_uuid_short_format() {
668 let id = uuid_short();
669 assert_eq!(id.len(), 8);
670 assert!(id.chars().all(|c| c.is_ascii_hexdigit()));
671 }
672
673 #[test]
674 fn test_uuid_short_not_all_zeros() {

Callers

nothing calls this directly

Calls 1

uuid_shortFunction · 0.70

Tested by

no test coverage detected