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:510–514 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
508
509
#[test]
510
fn test_uninstall_is_noop() {
511
let hook = make_hook();
512
let dir = tempfile::TempDir::new().unwrap();
513
assert!(hook.uninstall(dir.path()).is_ok());
514
}
515
516
// -- parse_event tests --
517
Callers
nothing calls this directly
Calls
2
make_hook
Function · 0.70
unwrap
Method · 0.45
Tested by
no test coverage detected