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

File unstable_binary_search_test.ts

collections/unstable_binary_search_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 { assertEquals } from "@std/assert";
3import { binarySearch } from "./unstable_binary_search.ts";
4import { assertSpyCalls, spy } from "@std/testing/mock";

Callers

nothing calls this directly

Calls 6

assertEqualsFunction · 0.90
binarySearchFunction · 0.90
assertSpyCallsFunction · 0.90
spyLoopIterationsFunction · 0.85
stepMethod · 0.45
fromMethod · 0.45

Tested by

no test coverage detected