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

File Bits.test.ts

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

Source from the content-addressed store, hash-verified

1import { Bits } from '../../../src/ECS/Utils/Bits';
2import { BitMask64Utils } from '../../../src/ECS/Utils/BigIntCompatibility';
3
4describe('Bits - 高性能位操作类测试', () => {

Callers

nothing calls this directly

Calls 15

nowMethod · 0.80
isEmptyMethod · 0.65
getMethod · 0.65
setMethod · 0.65
clearMethod · 0.65
isZeroMethod · 0.45
getValueMethod · 0.45
toHexStringMethod · 0.45
equalsMethod · 0.45
andMethod · 0.45
orMethod · 0.45
xorMethod · 0.45

Tested by

no test coverage detected