Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_hook
Function · 0.70
unwrap
Method · 0.45
uninstall
Method · 0.45
path
Method · 0.45
Tested by
no test coverage detected