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

Function test_name

atomic-agent/src/hooks/opencode.rs:658–661  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

656
657 #[test]
658 fn test_name() {
659 let hook = make_hook();
660 assert_eq!(hook.name(), "opencode");
661 }
662
663 #[test]
664 fn test_display_name() {

Callers

nothing calls this directly

Calls 1

make_hookFunction · 0.70

Tested by

no test coverage detected