MCPcopy
hub / github.com/graphif/project-graph / Queue.test.ts

File Queue.test.ts

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

Source from the content-addressed store, hash-verified

1import { describe, expect, it } from "vitest";
2import { Queue } from "../src/Queue";
3
4describe("Queue 队列", () => {

Callers

nothing calls this directly

Calls 7

dequeueMethod · 0.80
tailMethod · 0.80
enqueueMethod · 0.45
sizeMethod · 0.45
peekMethod · 0.45
isEmptyMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected