MCPcopy Create free account
hub / github.com/esengine/esengine / SparseSet.test.ts

File SparseSet.test.ts

packages/core/tests/ECS/Utils/SparseSet.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { SparseSet } from '../../../src/ECS/Utils/SparseSet';
2
3describe('SparseSet', () => {
4 let sparseSet: SparseSet<number>;

Callers

nothing calls this directly

Calls 15

nowMethod · 0.80
randomMethod · 0.80
removeMethod · 0.65
hasMethod · 0.65
pushMethod · 0.65
filterMethod · 0.65
clearMethod · 0.65
validateMethod · 0.65
addMethod · 0.45
getIndexMethod · 0.45
getByIndexMethod · 0.45
forEachMethod · 0.45

Tested by

no test coverage detected