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

Function test_format_stat_graph_empty

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

Source from the content-addressed store, hash-verified

792
793 #[test]
794 fn test_format_stat_graph_empty() {
795 let graph = format_stat_graph(0, 0, 50);
796 assert_eq!(graph, "");
797 }
798
799 #[test]
800 fn test_format_stat_graph_insertions_only() {

Callers

nothing calls this directly

Calls 1

format_stat_graphFunction · 0.85

Tested by

no test coverage detected