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

Function test_remove_not_found

atomic-core/src/output/filesystem/tests.rs:487–491  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

485
486#[test]
487fn test_remove_not_found() {
488 let (_dir, fs) = temp_fs();
489 let result = fs.remove_path("nonexistent", false);
490 assert!(result.is_err());
491}
492
493// ------------------------------------------------------------------------
494// Rename Operations

Callers

nothing calls this directly

Calls 2

temp_fsFunction · 0.85
remove_pathMethod · 0.45

Tested by

no test coverage detected