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