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

Function test_debug

atomic-agent/src/hooks/pi.rs:647–651  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

645
646 #[test]
647 fn test_debug() {
648 let hook = make_hook();
649 let debug = format!("{:?}", hook);
650 assert!(debug.contains("PiHook"));
651 }
652
653 // parse_event tests: session-start
654

Callers

nothing calls this directly

Calls 1

make_hookFunction · 0.70

Tested by

no test coverage detected