MCPcopy
hub / github.com/CodisLabs/codis / IsBroken

Method IsBroken

pkg/proxy/request.go:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31}
32
33func (r *Request) IsBroken() bool {
34 return r.Broken != nil && r.Broken.IsTrue()
35}
36
37func (r *Request) MakeSubRequest(n int) []Request {
38 var sub = make([]Request, n)

Callers 2

ForwardMethod · 0.80
loopWriterMethod · 0.80

Calls 1

IsTrueMethod · 0.80

Tested by

no test coverage detected