Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cyinx/einx
/ Empty
Method
Empty
queue/rw_queue.go:101–106 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
99
}
100
101
func
(this *RWQueue) Empty() bool {
102
this.read_lock.Lock()
103
defer
this.read_lock.Unlock()
104
105
return
this.read_queue.empty()
106
}
Callers
nothing calls this directly
Calls
3
Lock
Method · 0.80
Unlock
Method · 0.80
empty
Method · 0.80
Tested by
no test coverage detected