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

Function test_name

atomic-agent/src/hooks/pi.rs:603–606  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

601
602 #[test]
603 fn test_name() {
604 let hook = make_hook();
605 assert_eq!(hook.name(), "pi");
606 }
607
608 #[test]
609 fn test_display_name() {

Callers

nothing calls this directly

Calls 1

make_hookFunction · 0.70

Tested by

no test coverage detected