MCPcopy 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_hookFunction · 0.70
unwrapMethod · 0.45

Tested by

no test coverage detected