MCPcopy 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

1import {PriorityQueue} from '#core/data-structures/priority-queue';
2
3describes.sandboxed('data structures - PriorityQueue', {}, (env) => {
4 let pq;

Callers

nothing calls this directly

Calls 8

beforeEachFunction · 0.85
expectFunction · 0.85
toArrayFunction · 0.70
itFunction · 0.50
enqueueMethod · 0.45
dequeueMethod · 0.45
peekMethod · 0.45
forEachMethod · 0.45

Tested by

no test coverage detected