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

Method IsEmpty

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

Source from the content-addressed store, hash-verified

141}
142
143func (c *RequestChan) IsEmpty() bool {
144 return c.Buffered() == 0
145}
146
147func (c *RequestChan) PopFrontAll(onRequest func(r *Request) error) error {
148 for {

Callers 1

loopWriterMethod · 0.80

Calls 1

BufferedMethod · 0.95

Tested by

no test coverage detected