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

Source from the content-addressed store, hash-verified

944
945 #[test]
946 fn test_uninstall_missing_file_is_ok() {
947 let dir = TempDir::new().unwrap();
948 make_hook().uninstall(dir.path()).unwrap();
949 }
950
951 #[test]
952 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