Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ SparseSet } from
'../../../src/ECS/Utils/SparseSet'
;
2
3
describe(
'SparseSet'
, () => {
4
let
sparseSet: SparseSet<number>;
Callers
nothing calls this directly
Calls
15
now
Method · 0.80
random
Method · 0.80
remove
Method · 0.65
has
Method · 0.65
push
Method · 0.65
filter
Method · 0.65
clear
Method · 0.65
validate
Method · 0.65
add
Method · 0.45
getIndex
Method · 0.45
getByIndex
Method · 0.45
forEach
Method · 0.45
Tested by
no test coverage detected