Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_uninstall_is_noop
Function
test_uninstall_is_noop
atomic-agent/src/hooks/kilo.rs:507–511 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
505
506
#[test]
507
fn test_uninstall_is_noop() {
508
let hook = make_hook();
509
let dir = tempfile::TempDir::new().unwrap();
510
assert!(hook.uninstall(dir.path()).is_ok());
511
}
512
513
// -- parse_event tests --
514
Callers
nothing calls this directly
Calls
2
make_hook
Function · 0.70
unwrap
Method · 0.45
Tested by
no test coverage detected