MCPcopy
hub / github.com/yangshun/lago / Queue.test.ts

File Queue.test.ts

test/data-structures/Queue.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Queue } from '../../src';
2
3describe('Queue', () => {
4 test('constructor', () => {

Callers

nothing calls this directly

Calls 5

enqueueMethod · 0.45
dequeueMethod · 0.45
isEmptyMethod · 0.45
frontMethod · 0.45
backMethod · 0.45

Tested by

no test coverage detected