MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / keeps_bullets_for_flat_paths

Function keeps_bullets_for_flat_paths

src/path_tree.rs:169–173  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

167
168 #[test]
169 fn keeps_bullets_for_flat_paths() {
170 let list = format_compact_path_list(["a.rs", "b.rs"], "- ", "");
171
172 assert_eq!(list, "- a.rs\n- b.rs");
173 }
174
175 #[test]
176 fn indents_compact_annotated_tree() {

Callers

nothing calls this directly

Calls 1

format_compact_path_listFunction · 0.85

Tested by

no test coverage detected