Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/melonjs/melonJS
/ array-multimap.spec.js
File
array-multimap.spec.js
packages/melonjs/tests/array-multimap.spec.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ beforeEach, describe, expect, it } from
"vitest"
;
2
import
{ ArrayMultimap } from
"../src/utils/array-multimap.js"
;
3
4
describe(
"ArrayMultimap"
, () => {
Callers
nothing calls this directly
Calls
7
put
Method · 0.80
get
Method · 0.65
clear
Method · 0.65
has
Method · 0.45
delete
Method · 0.45
forEach
Method · 0.45
push
Method · 0.45
Tested by
no test coverage detected