Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AI45Lab/Code
/ handle
Method
handle
core/src/hooks/engine.rs:580–582 ·
view source on GitHub ↗
(&self, _event: &HookEvent)
Source
from the content-addressed store, hash-verified
578
struct ContinueHandler;
579
impl HookHandler for ContinueHandler {
580
fn handle(&self, _event: &HookEvent) -> HookResponse {
581
HookResponse::continue_()
582
}
583
}
584
585
/// Test handler: always block
Callers
1
execute_hook
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected