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

Function test_display_name

atomic-agent/src/hooks/devin.rs:449–452  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

447
448 #[test]
449 fn test_display_name() {
450 let hook = make_hook();
451 assert_eq!(hook.display_name(), "Devin Desktop");
452 }
453
454 #[test]
455 fn test_supported_hooks() {

Callers

nothing calls this directly

Calls 1

make_hookFunction · 0.70

Tested by

no test coverage detected