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

Function test_debug

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

Source from the content-addressed store, hash-verified

700
701 #[test]
702 fn test_debug() {
703 let hook = make_hook();
704 let debug = format!("{:?}", hook);
705 assert!(debug.contains("OpenCodeHook"));
706 }
707
708 // parse_event tests: session-start
709

Callers

nothing calls this directly

Calls 1

make_hookFunction · 0.70

Tested by

no test coverage detected