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

Function test_display_name

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

Source from the content-addressed store, hash-verified

607
608 #[test]
609 fn test_display_name() {
610 let hook = make_hook();
611 assert_eq!(hook.display_name(), "Pi");
612 }
613
614 #[test]
615 fn test_supported_hooks() {

Callers

nothing calls this directly

Calls 1

make_hookFunction · 0.70

Tested by

no test coverage detected