Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
func
(q *Queue) Remove(v *list.Element) (
interface
{}) {
69
q.l.Lock()
70
defer
q.l.Unlock()
71
return
q.data.Remove(v)
72
}
73
74
func
(q *Queue) Len() int {
75
return
q.data.Len()
Callers
2
Pop
Method · 0.80
Pops
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected