MCPcopy Create free account
hub / github.com/EdgeSecurityTeam/EHole / Remove

Method Remove

module/queue/queue.go:68–72  ·  view source on GitHub ↗
(v *list.Element)

Source from the content-addressed store, hash-verified

66}
67
68func (q *Queue) Remove(v *list.Element) (interface{}) {
69 q.l.Lock()
70 defer q.l.Unlock()
71 return q.data.Remove(v)
72}
73
74func (q *Queue) Len() int {
75 return q.data.Len()

Callers 2

PopMethod · 0.80
PopsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected