MCPcopy 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
3import { assertEquals, assertStrictEquals, assertThrows } from "@std/assert";
4import { Deque, type ReadonlyDeque } from "./deque.ts";

Callers

nothing calls this directly

Calls 15

assertEqualsFunction · 0.90
assertThrowsFunction · 0.90
assertStrictEqualsFunction · 0.90
popFrontMethod · 0.80
pushBackMethod · 0.80
pushFrontMethod · 0.80
popBackMethod · 0.80
peekFrontMethod · 0.80
peekBackMethod · 0.80
reversedMethod · 0.80
multiplyMethod · 0.80
removeFirstMethod · 0.80

Tested by

no test coverage detected