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

Tested by

no test coverage detected