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

File unstable_multimap_test.ts

data_structures/unstable_multimap_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, assertNotStrictEquals, assertThrows } from "@std/assert";
3import { MultiMap } from "./unstable_multimap.ts";
4

Callers

nothing calls this directly

Calls 15

assertEqualsFunction · 0.90
assertNotStrictEqualsFunction · 0.90
assertThrowsFunction · 0.90
keysMethod · 0.80
hasEntryMethod · 0.80
deleteEntryMethod · 0.80
valuesMethod · 0.80
forEachMethod · 0.80
groupsMethod · 0.80
toMapMethod · 0.80
groupByMethod · 0.80
genFunction · 0.70

Tested by

no test coverage detected