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

Function test_hash

atomic-core/src/change/credit.rs:720–722  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

718 use super::*;
719
720 fn test_hash() -> Hash {
721 Hash::of(b"test change")
722 }
723
724 fn test_timestamp() -> DateTime<Utc> {
725 chrono::DateTime::parse_from_rfc3339("2024-01-15T10:30:00Z")

Callers 15

test_credit_humanFunction · 0.70
test_credit_ai_assistedFunction · 0.70
test_credit_ai_generatedFunction · 0.70
test_line_credit_newFunction · 0.70
test_credit_stats_addFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected