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

Function test_timestamp

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

Source from the content-addressed store, hash-verified

722 }
723
724 fn test_timestamp() -> DateTime<Utc> {
725 chrono::DateTime::parse_from_rfc3339("2024-01-15T10:30:00Z")
726 .unwrap()
727 .with_timezone(&Utc)
728 }
729
730 // CreditType Tests
731

Callers 15

test_credit_humanFunction · 0.85
test_credit_ai_assistedFunction · 0.85
test_credit_ai_generatedFunction · 0.85
test_line_credit_newFunction · 0.85
test_credit_stats_addFunction · 0.85

Calls 1

unwrapMethod · 0.45

Tested by

no test coverage detected