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

File unstable_bidirectional_map_test.ts

data_structures/unstable_bidirectional_map_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 } from "@std/assert";
3import { BidirectionalMap } from "./unstable_bidirectional_map.ts";
4

Callers

nothing calls this directly

Calls 15

assertFunction · 0.90
assertEqualsFunction · 0.90
getReverseMethod · 0.80
hasReverseMethod · 0.80
deleteReverseMethod · 0.80
forEachMethod · 0.80
keysMethod · 0.80
valuesMethod · 0.80
setMethod · 0.65
getMethod · 0.65
clearMethod · 0.65
hasMethod · 0.65

Tested by

no test coverage detected