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:1032–1035  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1030
1031 #[test]
1032 fn test_format_stat_graph_empty() {
1033 let graph = format_stat_graph(0, 0, 50);
1034 assert_eq!(graph, "");
1035 }
1036
1037 #[test]
1038 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