MCPcopy
hub / github.com/grpc/grpc-go / isEmpty

Method isEmpty

internal/transport/controlbuf.go:95–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93}
94
95func (il *itemList) isEmpty() bool {
96 return il.head == nil
97}
98
99// The following defines various control items which could flow through
100// the control buffer of transport. They represent different aspects of

Callers 2

getOnceLockedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected