MCPcopy Create free account
hub / github.com/AI45Lab/Code / test_hook_response_skip

Function test_hook_response_skip

core/src/hooks/mod.rs:179–182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

177
178 #[test]
179 fn test_hook_response_skip() {
180 let response = HookResponse::skip();
181 assert_eq!(response.action, HookAction::Skip);
182 }
183
184 #[test]
185 fn test_hook_response_with_hook_id() {

Callers

nothing calls this directly

Calls 1

skipFunction · 0.85

Tested by

no test coverage detected