Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ Bits } from
'../../../src/ECS/Utils/Bits'
;
2
import
{ BitMask64Utils } from
'../../../src/ECS/Utils/BigIntCompatibility'
;
3
4
describe(
'Bits - 高性能位操作类测试'
, () => {
Callers
nothing calls this directly
Calls
15
now
Method · 0.80
isEmpty
Method · 0.65
get
Method · 0.65
set
Method · 0.65
clear
Method · 0.65
isZero
Method · 0.45
getValue
Method · 0.45
toHexString
Method · 0.45
equals
Method · 0.45
and
Method · 0.45
or
Method · 0.45
xor
Method · 0.45
Tested by
no test coverage detected