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

Function Test

module/queue/queue_test.go:8–13  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

6)
7
8func Test(t *testing.T) {
9 q := NewQueue()
10 q.Push([]string{"1","2"})
11 //url := reflect.ValueOf(q.Pop())
12 fmt.Println(q.Pop().([]string))
13}

Callers

nothing calls this directly

Calls 3

PushMethod · 0.95
PopMethod · 0.95
NewQueueFunction · 0.85

Tested by

no test coverage detected