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

Function test_display_name

atomic-agent/src/hooks/cursor.rs:808–811  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

806
807 #[test]
808 fn test_display_name() {
809 let hook = make_hook();
810 assert_eq!(hook.display_name(), "Cursor");
811 }
812
813 #[test]
814 fn test_supported_hooks() {

Callers

nothing calls this directly

Calls 1

make_hookFunction · 0.70

Tested by

no test coverage detected