Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denoland/std
/ deque_test.ts
File
deque_test.ts
data_structures/deque_test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// Copyright 2018-2026 the Deno authors. MIT license.
2
3
import
{ assertEquals, assertStrictEquals, assertThrows } from
"@std/assert"
;
4
import
{ Deque,
type
ReadonlyDeque } from
"./deque.ts"
;
Callers
nothing calls this directly
Calls
15
assertEquals
Function · 0.90
assertThrows
Function · 0.90
assertStrictEquals
Function · 0.90
popFront
Method · 0.80
pushBack
Method · 0.80
pushFront
Method · 0.80
popBack
Method · 0.80
peekFront
Method · 0.80
peekBack
Method · 0.80
reversed
Method · 0.80
multiply
Method · 0.80
removeFirst
Method · 0.80
Tested by
no test coverage detected