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

Function test_name

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

make_hookFunction · 0.70

Tested by

no test coverage detected