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

Function test_is_installed_true

atomic-agent/src/hooks/claude_code/tests.rs:749–754  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

747
748 #[test]
749 fn test_is_installed_true() {
750 let dir = tempfile::tempdir().unwrap();
751 let hook = make_hook();
752 hook.install(dir.path()).unwrap();
753 assert!(hook.is_installed(dir.path()));
754 }
755
756 #[test]
757 fn test_is_installed_false_no_file() {

Callers

nothing calls this directly

Calls 4

make_hookFunction · 0.70
unwrapMethod · 0.45
installMethod · 0.45
pathMethod · 0.45

Tested by

no test coverage detected