Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_human
Function · 0.85
test_credit_ai_assisted
Function · 0.85
test_credit_ai_generated
Function · 0.85
test_credit_author_display
Function · 0.85
test_credit_short_attribution
Function · 0.85
test_credit_with_confidence
Function · 0.85
test_credit_json_roundtrip
Function · 0.85
test_line_credit_new
Function · 0.85
test_line_credit_with_content
Function · 0.85
test_line_credit_format_blame
Function · 0.85
test_credit_stats_add
Function · 0.85
test_credit_stats_percentages
Function · 0.85
Calls
1
unwrap
Method · 0.45
Tested by
no test coverage detected