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

Function test_name

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

Source from the content-addressed store, hash-verified

442
443 #[test]
444 fn test_name() {
445 let hook = make_hook();
446 assert_eq!(hook.name(), "devin");
447 }
448
449 #[test]
450 fn test_display_name() {

Callers

nothing calls this directly

Calls 1

make_hookFunction · 0.70

Tested by

no test coverage detected