Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CodisLabs/codis
/ PopFrontAllVoid
Method
PopFrontAllVoid
pkg/proxy/request.go:160–165 ·
view source on GitHub ↗
(onRequest func(r *Request))
Source
from the content-addressed store, hash-verified
158
}
159
160
func
(c *RequestChan) PopFrontAllVoid(onRequest
func
(r *Request)) {
161
c.PopFrontAll(
func
(r *Request) error {
162
onRequest(r)
163
return
nil
164
})
165
}
Callers
2
loopWriter
Method · 0.80
benchmarkRequestChanN
Function · 0.80
Calls
1
PopFrontAll
Method · 0.95
Tested by
1
benchmarkRequestChanN
Function · 0.64