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

File EntitySystemDI.test.ts

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 11

getSystemMethod · 0.80
getInitializeValueMethod · 0.80
destroyMethod · 0.65
createEntityMethod · 0.65
updateMethod · 0.65
registerSystemsMethod · 0.65
createMethod · 0.45
endMethod · 0.45
addEntityProcessorMethod · 0.45
addComponentMethod · 0.45
getComponentMethod · 0.45

Tested by

no test coverage detected