Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ dequeueAll
Method
dequeueAll
internal/transport/controlbuf.go:89–93 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
87
}
88
89
func
(il *itemList) dequeueAll() *itemNode {
90
h := il.head
91
il.head, il.tail = nil, nil
92
return
h
93
}
94
95
func
(il *itemList) isEmpty() bool {
96
return
il.head == nil
Callers
2
finish
Method · 0.80
cleanupStreamHandler
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected