Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
143
func
(c *RequestChan) IsEmpty() bool {
144
return
c.Buffered() == 0
145
}
146
147
func
(c *RequestChan) PopFrontAll(onRequest
func
(r *Request) error) error {
148
for
{
Callers
1
loopWriter
Method · 0.80
Calls
1
Buffered
Method · 0.95
Tested by
no test coverage detected