MCPcopy 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

1import { BitMask64Data, BitMask64Utils } from "../../../src";
2
3describe("BitMask64Utils 位掩码工具测试", () => {
4 test("create() 应该在指定索引位置设置位", () => {

Callers

nothing calls this directly

Calls 15

getBitMethod · 0.80
clearMethod · 0.65
createMethod · 0.45
fromNumberMethod · 0.45
setBitMethod · 0.45
clearBitMethod · 0.45
hasAnyMethod · 0.45
hasAllMethod · 0.45
hasNoneMethod · 0.45
isZeroMethod · 0.45
equalsMethod · 0.45
orInPlaceMethod · 0.45

Tested by

no test coverage detected