Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_install_is_noop
Function
test_install_is_noop
atomic-agent/src/hooks/kiro.rs:510–515 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
508
509
#[test]
510
fn test_install_is_noop() {
511
let hook = make_hook();
512
let result = hook.install(Path::new(
"/tmp"
));
513
assert!(result.is_ok());
514
assert_eq!(result.unwrap(), 0);
515
}
516
517
#[test]
518
fn test_uninstall_is_noop() {
Callers
nothing calls this directly
Calls
2
make_hook
Function · 0.70
install
Method · 0.45
Tested by
no test coverage detected