Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ create_test_hash
Function
create_test_hash
atomic-cli/src/commands/log/tests.rs:389–391 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
387
// JsonLogEntry Tests
388
389
fn create_test_hash() -> Hash {
390
Hash::of(b
"test change content"
)
391
}
392
393
fn create_test_merkle() -> Merkle {
394
Merkle::of(b
"test state"
)
Callers
7
create_test_entry_without_header
Function · 0.85
create_test_entry_with_header
Function · 0.85
test_format_short_entry_with_multiline_message
Function · 0.85
test_format_oneline_entry_with_multiline_message
Function · 0.85
test_format_default_entry_with_description
Function · 0.85
test_format_json_preserves_all_fields
Function · 0.85
test_format_oneline_long_author_name_truncated
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected