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/kiro.rs:518–522 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
516
517
#[test]
518
fn test_uninstall_is_noop() {
519
let hook = make_hook();
520
let result = hook.uninstall(Path::new(
"/tmp"
));
521
assert!(result.is_ok());
522
}
523
524
// --- parse_event: empty input ---
525
Callers
nothing calls this directly
Calls
2
make_hook
Function · 0.70
uninstall
Method · 0.45
Tested by
no test coverage detected