MCPcopy
hub / github.com/aceld/zinx / Tail

Method Tail

znet/chainbuilder.go:34–36  ·  view source on GitHub ↗

Tail adds an interceptor to the tail of the chain.

(interceptor ziface.IInterceptor)

Source from the content-addressed store, hash-verified

32
33// Tail adds an interceptor to the tail of the chain.
34func (ic *chainBuilder) Tail(interceptor ziface.IInterceptor) {
35 ic.tail = interceptor
36}
37
38// AddInterceptor adds an interceptor to the body of the chain.
39func (ic *chainBuilder) AddInterceptor(interceptor ziface.IInterceptor) {

Callers 2

newMsgHandleFunction · 0.80
newCliMsgHandleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected