Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ describe, expect, it } from
"vitest"
;
2
import
{ Queue } from
"../src/Queue"
;
3
4
describe(
"Queue 队列"
, () => {
Callers
nothing calls this directly
Calls
7
dequeue
Method · 0.80
tail
Method · 0.80
enqueue
Method · 0.45
size
Method · 0.45
peek
Method · 0.45
isEmpty
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected