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:1196–1199 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1194
1195
#[test]
1196
fn test_uninstall_missing_file_is_ok() {
1197
let dir = TempDir::new().unwrap();
1198
make_hook().uninstall(dir.path()).unwrap();
1199
}
1200
1201
#[test]
1202
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