Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
121
func
(q *Queue) empty() bool {
122
if
q.head == nil {
123
return
true
124
}
125
return
false
126
}
Callers
4
exchange
Method · 0.80
Get
Method · 0.80
GetOne
Method · 0.80
Empty
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected