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

Function test_debug

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

Source from the content-addressed store, hash-verified

733
734 #[test]
735 fn test_debug() {
736 let hook = make_hook();
737 let debug = format!("{:?}", hook);
738 assert!(debug.contains("OpenCodeHook"));
739 }
740
741 // parse_event tests: session-start
742

Callers

nothing calls this directly

Calls 1

make_hookFunction · 0.70

Tested by

no test coverage detected