Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ reactive-query-debug.test.ts
File
reactive-query-debug.test.ts
packages/core/tests/reactive-query-debug.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, beforeEach } from
'@jest/globals'
;
2
import
{ Scene, Entity, Component, EntitySystem, Matcher, ECSComponent } from
'../src'
;
3
4
@ECSComponent(
'TestTransform'
)
Callers
nothing calls this directly
Calls
11
createEntity
Method · 0.65
getAllEntities
Method · 0.65
update
Method · 0.65
addEntityProcessor
Method · 0.45
begin
Method · 0.45
log
Method · 0.45
addComponent
Method · 0.45
join
Method · 0.45
map
Method · 0.45
queryAll
Method · 0.45
from
Method · 0.45
Tested by
no test coverage detected