MCPcopy 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
24func (c *Chain) Request() ziface.IcReq {
25 return c.req
26}
27
28func (c *Chain) Proceed(request ziface.IcReq) ziface.IcResp {
29 if c.position < len(c.interceptors) {

Callers 2

GetIMessageMethod · 0.95
ProceedWithIMessageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected