Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
2
import
{ assertEquals, assertNotStrictEquals, assertThrows } from
"@std/assert"
;
3
import
{ MultiMap } from
"./unstable_multimap.ts"
;
4
Callers
nothing calls this directly
Calls
15
assertEquals
Function · 0.90
assertNotStrictEquals
Function · 0.90
assertThrows
Function · 0.90
keys
Method · 0.80
hasEntry
Method · 0.80
deleteEntry
Method · 0.80
values
Method · 0.80
forEach
Method · 0.80
groups
Method · 0.80
toMap
Method · 0.80
groupBy
Method · 0.80
gen
Function · 0.70
Tested by
no test coverage detected