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

Method empty

queue/queue.go:121–126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119}
120
121func (q *Queue) empty() bool {
122 if q.head == nil {
123 return true
124 }
125 return false
126}

Callers 4

exchangeMethod · 0.80
GetMethod · 0.80
GetOneMethod · 0.80
EmptyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected