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

Function test_log_with_count

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

Source from the content-addressed store, hash-verified

202
203 #[test]
204 fn test_log_with_count() {
205 let log = Log::new().with_count(15);
206 assert_eq!(log.count, Some(15));
207 }
208
209 #[test]
210 fn test_log_with_view() {

Callers

nothing calls this directly

Calls 1

with_countMethod · 0.80

Tested by

no test coverage detected