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

Function test_name

atomic-agent/src/hooks/gemini_cli.rs:844–847  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

842
843 #[test]
844 fn test_name() {
845 let hook = make_hook();
846 assert_eq!(hook.name(), "gemini-cli");
847 }
848
849 #[test]
850 fn test_display_name() {

Callers

nothing calls this directly

Calls 1

make_hookFunction · 0.70

Tested by

no test coverage detected