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

Function test_log_with_reverse

atomic-cli/src/commands/log/tests.rs:240–243  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

238
239 #[test]
240 fn test_log_with_reverse() {
241 let log = Log::new().with_reverse(true);
242 assert!(log.reverse);
243 }
244
245 #[test]
246 fn test_log_with_from() {

Callers

nothing calls this directly

Calls 1

with_reverseMethod · 0.80

Tested by

no test coverage detected