MCPcopy 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
101func (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

LockMethod · 0.80
UnlockMethod · 0.80
emptyMethod · 0.80

Tested by

no test coverage detected