MCPcopy Create free account
hub / github.com/TalkingData/owl / isempty

Method isempty

controller/queue.go:212–214  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

210}
211
212func (q *Queue) isempty() bool {
213 return (q.size() == 0)
214}
215
216// Return true if Queue is empty.
217func (q *Queue) IsEmpty() bool {

Callers 3

clearPendingMethod · 0.95
GetMethod · 0.95
IsEmptyMethod · 0.95

Calls 1

sizeMethod · 0.95

Tested by

no test coverage detected