MCPcopy
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
89func (il *itemList) dequeueAll() *itemNode {
90 h := il.head
91 il.head, il.tail = nil, nil
92 return h
93}
94
95func (il *itemList) isEmpty() bool {
96 return il.head == nil

Callers 2

finishMethod · 0.80
cleanupStreamHandlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected