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

Function test_debug

atomic-agent/src/hooks/opencode.rs:730–734  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

728
729 #[test]
730 fn test_debug() {
731 let hook = make_hook();
732 let debug = format!("{:?}", hook);
733 assert!(debug.contains("OpenCodeHook"));
734 }
735
736 // parse_event tests: session-start
737

Callers

nothing calls this directly

Calls 1

make_hookFunction · 0.70

Tested by

no test coverage detected