Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_log_with_full_hash
Function
test_log_with_full_hash
atomic-cli/src/commands/log/tests.rs:252–255 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
250
251
#[test]
252
fn test_log_with_full_hash() {
253
let log = Log::new().with_full_hash(true);
254
assert!(log.full_hash);
255
}
256
257
#[test]
258
fn test_log_builder_chain() {
Callers
nothing calls this directly
Calls
1
with_full_hash
Method · 0.45
Tested by
no test coverage detected