MCPcopy 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

1import { beforeEach, describe, expect, it } from "vitest";
2import { ArrayMultimap } from "../src/utils/array-multimap.js";
3
4describe("ArrayMultimap", () => {

Callers

nothing calls this directly

Calls 7

putMethod · 0.80
getMethod · 0.65
clearMethod · 0.65
hasMethod · 0.45
deleteMethod · 0.45
forEachMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected