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

Function test_log_output_config_count

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

Source from the content-addressed store, hash-verified

110
111 #[test]
112 fn test_log_output_config_count() {
113 let config = LogOutputConfig::new().count(10);
114 assert_eq!(config.count, Some(10));
115 }
116
117 #[test]
118 fn test_log_output_config_reverse() {

Callers

nothing calls this directly

Calls 1

countMethod · 0.45

Tested by

no test coverage detected