Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ Queue } from
'../../src'
;
2
3
describe(
'Queue'
, () => {
4
test(
'constructor'
, () => {
Callers
nothing calls this directly
Calls
5
enqueue
Method · 0.45
dequeue
Method · 0.45
isEmpty
Method · 0.45
front
Method · 0.45
back
Method · 0.45
Tested by
no test coverage detected