Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
117
func
(q *Queue) count() int {
118
return
q.c
119
}
120
121
func
(q *Queue) empty() bool {
122
if
q.head == nil {
Callers
1
Get
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected