MCPcopy 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
20func (q *Queue) Push(v interface{}) *list.Element {
21 q.l.Lock()
22 defer q.l.Unlock()
23 return q.data.PushFront(v)
24}
25
26func (q *Queue) PushBack(v interface{}) *list.Element {
27 q.l.Lock()

Callers 3

TestFunction · 0.95
NewScanFunction · 0.80
fingerScanMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestFunction · 0.76