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

File ComponentSparseSet.test.ts

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

Source from the content-addressed store, hash-verified

1import { ComponentSparseSet } from '../../../src/ECS/Utils/ComponentSparseSet';
2import { Entity } from '../../../src/ECS/Entity';
3import { Component } from '../../../src/ECS/Component';
4import { Scene } from '../../../src/ECS/Scene';

Callers

nothing calls this directly

Calls 15

createEntityMethod · 0.65
addEntityMethod · 0.65
getAllEntitiesMethod · 0.65
removeEntityMethod · 0.65
hasMethod · 0.65
pushMethod · 0.65
clearMethod · 0.65
validateMethod · 0.65
addComponentMethod · 0.45
queryByComponentMethod · 0.45
queryMultipleAndMethod · 0.45
queryMultipleOrMethod · 0.45

Tested by

no test coverage detected