Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aceld/zinx
/ Request
Method
Request
zinterceptor/chain.go:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
}
23
24
func
(c *Chain) Request() ziface.IcReq {
25
return
c.req
26
}
27
28
func
(c *Chain) Proceed(request ziface.IcReq) ziface.IcResp {
29
if
c.position < len(c.interceptors) {
Callers
2
GetIMessage
Method · 0.95
ProceedWithIMessage
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected