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

Function test_debug

atomic-agent/src/hooks/cursor.rs:847–851  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

845
846 #[test]
847 fn test_debug() {
848 let hook = make_hook();
849 let debug = format!("{:?}", hook);
850 assert!(debug.contains("CursorHook"));
851 }
852
853 // parse_event tests: session-start
854

Callers

nothing calls this directly

Calls 1

make_hookFunction · 0.70

Tested by

no test coverage detected