Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/EdgeSecurityTeam/EHole
/ Push
Method
Push
module/queue/queue.go:20–24 ·
view source on GitHub ↗
(v interface{})
Source
from the content-addressed store, hash-verified
18
}
19
20
func
(q *Queue) Push(v
interface
{}) *list.Element {
21
q.l.Lock()
22
defer
q.l.Unlock()
23
return
q.data.PushFront(v)
24
}
25
26
func
(q *Queue) PushBack(v
interface
{}) *list.Element {
27
q.l.Lock()
Callers
3
Test
Function · 0.95
NewScan
Function · 0.80
fingerScan
Method · 0.80
Calls
no outgoing calls
Tested by
1
Test
Function · 0.76