MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / test_install_is_noop

Function test_install_is_noop

atomic-agent/src/hooks/kilo.rs:503–507  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

501
502 #[test]
503 fn test_install_is_noop() {
504 let hook = make_hook();
505 let dir = tempfile::TempDir::new().unwrap();
506 assert_eq!(hook.install(dir.path()).unwrap(), 0);
507 }
508
509 #[test]
510 fn test_uninstall_is_noop() {

Callers

nothing calls this directly

Calls 2

make_hookFunction · 0.70
unwrapMethod · 0.45

Tested by

no test coverage detected