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

Function test_install_is_noop

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

Source from the content-addressed store, hash-verified

498
499 #[test]
500 fn test_install_is_noop() {
501 let hook = make_hook();
502 let dir = tempfile::TempDir::new().unwrap();
503 assert_eq!(hook.install(dir.path()).unwrap(), 0);
504 }
505
506 #[test]
507 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