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

File EntityBuilder.test.ts

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

Source from the content-addressed store, hash-verified

1import { EntityBuilder } from '../../../../src/ECS/Core/FluentAPI/EntityBuilder';
2import { Scene } from '../../../../src/ECS/Scene';
3import { Component } from '../../../../src/ECS/Component';
4import { HierarchySystem } from '../../../../src/ECS/Systems/HierarchySystem';

Callers

nothing calls this directly

Calls 15

createBuilderFunction · 0.85
addSystemMethod · 0.65
buildMethod · 0.65
endMethod · 0.45
namedMethod · 0.45
taggedMethod · 0.45
withMethod · 0.45
getComponentMethod · 0.45
withComponentsMethod · 0.45
hasComponentMethod · 0.45
withIfMethod · 0.45
withFactoryMethod · 0.45

Tested by

no test coverage detected