MCPcopy Create free account
hub / github.com/denoland/std / binary_heap_test.ts

File binary_heap_test.ts

data_structures/binary_heap_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.
2import { assert, assertEquals, assertThrows } from "@std/assert";
3import { BinaryHeap } from "./binary_heap.ts";
4import { ascend, descend } from "./comparators.ts";

Callers

nothing calls this directly

Calls 15

assertThrowsFunction · 0.90
assertEqualsFunction · 0.90
ascendFunction · 0.90
descendFunction · 0.90
assertFunction · 0.90
multiplyMethod · 0.80
includesMethod · 0.80
clearMethod · 0.65
isEmptyMethod · 0.45
peekMethod · 0.45
entriesMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected