MCPcopy Index your code
hub / github.com/Cyinx/einx / count

Method count

queue/queue.go:117–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115}
116
117func (q *Queue) count() int {
118 return q.c
119}
120
121func (q *Queue) empty() bool {
122 if q.head == nil {

Callers 1

GetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected