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

Function test_debug

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

make_hookFunction · 0.70

Tested by

no test coverage detected