Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/ampproject/amphtml
/ test-priority-queue.js
File
test-priority-queue.js
test/unit/core/data-structures/test-priority-queue.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{PriorityQueue} from
'#core/data-structures/priority-queue'
;
2
3
describes.sandboxed(
'data structures - PriorityQueue'
, {}, (env) => {
4
let
pq;
Callers
nothing calls this directly
Calls
8
beforeEach
Function · 0.85
expect
Function · 0.85
toArray
Function · 0.70
it
Function · 0.50
enqueue
Method · 0.45
dequeue
Method · 0.45
peek
Method · 0.45
forEach
Method · 0.45
Tested by
no test coverage detected