MCPcopy Create free account
hub / github.com/melonjs/melonJS / obsvervableVector2d.spec.ts

File obsvervableVector2d.spec.ts

packages/melonjs/tests/obsvervableVector2d.spec.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it } from "vitest";
2import { math, ObservableVector2d, Vector2d } from "../src/index.js";
3
4describe("ObservableVector2d : constructor", () => {

Callers

nothing calls this directly

Calls 15

setMutedMethod · 0.65
toStringMethod · 0.45
equalsMethod · 0.45
setMethod · 0.45
revokeMethod · 0.45
copyMethod · 0.45
addMethod · 0.45
subMethod · 0.45
scaleVMethod · 0.45
negateSelfMethod · 0.45
dotMethod · 0.45
crossMethod · 0.45

Tested by

no test coverage detected