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

Function test_format_stat_graph_mixed

atomic-cli/src/commands/diff/tests.rs:1050–1053  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1048
1049 #[test]
1050 fn test_format_stat_graph_mixed() {
1051 let graph = format_stat_graph(3, 2, 50);
1052 assert_eq!(graph, "+++--");
1053 }
1054
1055 #[test]
1056 fn test_format_stat_graph_scaled() {

Callers

nothing calls this directly

Calls 1

format_stat_graphFunction · 0.85

Tested by

no test coverage detected