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

Function test_debug

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

Source from the content-addressed store, hash-verified

482
483 #[test]
484 fn test_debug() {
485 let hook = make_hook();
486 let debug = format!("{:?}", hook);
487 assert!(debug.contains("DevinHook"));
488 }
489
490 // --- parse_event tests ---
491

Callers

nothing calls this directly

Calls 1

make_hookFunction · 0.70

Tested by

no test coverage detected