MCPcopy Create free account
hub / github.com/esengine/esengine / constructor

Method constructor

packages/core/tests/ECS/Scene.test.ts:740–742  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

738
739 class ErrorProneSystem extends EntitySystem {
740 constructor() {
741 super(Matcher.empty().all(PositionComponent));
742 }
743
744 protected override process(): void {
745 throw new Error('Intentional error');

Callers

nothing calls this directly

Calls 2

allMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected