Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ BigIntCompatibility.test.ts
File
BigIntCompatibility.test.ts
packages/core/tests/ECS/Utils/BigIntCompatibility.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ BitMask64Data, BitMask64Utils } from
"../../../src"
;
2
3
describe(
"BitMask64Utils 位掩码工具测试"
, () => {
4
test(
"create() 应该在指定索引位置设置位"
, () => {
Callers
nothing calls this directly
Calls
15
getBit
Method · 0.80
clear
Method · 0.65
create
Method · 0.45
fromNumber
Method · 0.45
setBit
Method · 0.45
clearBit
Method · 0.45
hasAny
Method · 0.45
hasAll
Method · 0.45
hasNone
Method · 0.45
isZero
Method · 0.45
equals
Method · 0.45
orInPlace
Method · 0.45
Tested by
no test coverage detected