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: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_hook
Function · 0.70
unwrap
Method · 0.45
uninstall
Method · 0.45
path
Method · 0.45
Tested by
no test coverage detected