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

Function test_uninstall_missing_file_is_ok

atomic-agent/src/hooks/codex.rs:947–950  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

945
946 #[test]
947 fn test_uninstall_missing_file_is_ok() {
948 let dir = TempDir::new().unwrap();
949 make_hook().uninstall(dir.path()).unwrap();
950 }
951
952 #[test]
953 fn test_force_install_rewrites_atomic_hooks() {

Callers

nothing calls this directly

Calls 4

make_hookFunction · 0.70
unwrapMethod · 0.45
uninstallMethod · 0.45
pathMethod · 0.45

Tested by

no test coverage detected