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

Method next

znet/request.go:174–183  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

172}
173
174func (r *Request) next() {
175 if r.needNext == false {
176 r.needNext = true
177 return
178 }
179
180 r.stepLock.Lock()
181 r.steps++
182 r.stepLock.Unlock()
183}
184
185func (r *Request) Goto(step ziface.HandleStep) {
186 r.stepLock.Lock()

Callers 1

CallMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected