MCPcopy Index your code
hub / github.com/aceld/zinx / NewChain

Function NewChain

zinterceptor/chain.go:16–22  ·  view source on GitHub ↗
(list []ziface.IInterceptor, pos int, req ziface.IcReq)

Source from the content-addressed store, hash-verified

14}
15
16func NewChain(list []ziface.IInterceptor, pos int, req ziface.IcReq) ziface.IChain {
17 return &Chain{
18 req: req,
19 position: pos,
20 interceptors: list,
21 }
22}
23
24func (c *Chain) Request() ziface.IcReq {
25 return c.req

Callers 2

ExecuteMethod · 0.92
ProceedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected