Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cortexlabs/cortex
/ NewRequestEventHandlerFunc
Function
NewRequestEventHandlerFunc
pkg/dequeuer/request_stats.go:38–42 ·
view source on GitHub ↗
(handleFunc func(event RequestEvent))
Source
from the content-addressed store, hash-verified
36
}
37
38
func
NewRequestEventHandlerFunc(handleFunc
func
(event RequestEvent)) RequestEventHandler {
39
return
&requestEventHandlerFunc{
40
HandleFunc: handleFunc,
41
}
42
}
Callers
2
TestAsyncMessageHandler_Handle
Function · 0.85
TestAsyncMessageHandler_Handle_Errors
Function · 0.85
Calls
no outgoing calls
Tested by
2
TestAsyncMessageHandler_Handle
Function · 0.68
TestAsyncMessageHandler_Handle_Errors
Function · 0.68