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

Function test_sink_remove_path

atomic-core/src/output/traits.rs:888–891  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

886
887 #[test]
888 fn test_sink_remove_path() {
889 let sink = Sink::new();
890 sink.remove_path("/any/path", true).unwrap();
891 }
892
893 #[test]
894 fn test_sink_rename() {

Callers

nothing calls this directly

Calls 2

unwrapMethod · 0.45
remove_pathMethod · 0.45

Tested by

no test coverage detected