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

Function test_log_output_config_reverse

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

Source from the content-addressed store, hash-verified

116
117 #[test]
118 fn test_log_output_config_reverse() {
119 let config = LogOutputConfig::new().reverse(true);
120 assert!(config.reverse);
121 }
122
123 #[test]
124 fn test_log_output_config_from_sequence() {

Callers

nothing calls this directly

Calls 1

reverseMethod · 0.45

Tested by

no test coverage detected