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

File EntitySystemChangeDetection.test.ts

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

Source from the content-addressed store, hash-verified

1import { EntitySystem } from '../../../src/ECS/Systems/EntitySystem';
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

testGetCurrentEpochMethod · 0.80
testSaveEpochMethod · 0.80
incrementMethod · 0.80
testHasChangedMethod · 0.80
testFilterChangedMethod · 0.80
testForEachChangedMethod · 0.80
addSystemMethod · 0.65
createEntityMethod · 0.65
removeSystemMethod · 0.65
pushMethod · 0.65
updateMethod · 0.65

Tested by

no test coverage detected