Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
func
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
Push
Method · 0.95
Pop
Method · 0.95
NewQueue
Function · 0.85
Tested by
no test coverage detected