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

Function test_log_output_config_view

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

Source from the content-addressed store, hash-verified

134
135 #[test]
136 fn test_log_output_config_view() {
137 let config = LogOutputConfig::new().view("feature");
138 assert_eq!(config.view, Some("feature".to_string()));
139 }
140
141 #[test]
142 fn test_log_output_config_view_string() {

Callers

nothing calls this directly

Calls 1

viewMethod · 0.45

Tested by

no test coverage detected