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

File ComponentStorage.test.ts

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

Source from the content-addressed store, hash-verified

1import { ComponentRegistry, GlobalComponentRegistry, ComponentStorage, ComponentStorageManager } from '../../../src/ECS/Core/ComponentStorage';
2import { Component } from '../../../src/ECS/Component';
3import { BitMask64Utils } from '../../../src/ECS/Utils/BigIntCompatibility';
4

Callers

nothing calls this directly

Calls 15

getBitMethod · 0.80
registerMethod · 0.65
hasMethod · 0.65
getMethod · 0.65
setMethod · 0.65
pushMethod · 0.65
clearMethod · 0.65
getStatsMethod · 0.65
resetMethod · 0.65
getStorageMethod · 0.65
isRegisteredMethod · 0.45
getBitMaskMethod · 0.45

Tested by

no test coverage detected