MCPcopy
hub / github.com/wcandillon/can-it-be-done-in-react-native / eq

Function eq

reanimated-2/src/Nokia/Math.ts:29–32  ·  view source on GitHub ↗
(a: Vector, b: Vector)

Source from the content-addressed store, hash-verified

27};
28
29export const eq = (a: Vector, b: Vector) => {
30 "worklet";
31 return a.x === b.x && a.y === b.y;
32};
33
34export const contains = (vecs: Vector[], vec: Vector) => {
35 "worklet";

Callers 15

PixelFunction · 0.90
Cursor.tsxFile · 0.85
Interactable.tsxFile · 0.85
TapHandler.tsxFile · 0.85
renderMethod · 0.85
constructorMethod · 0.85
Profiles.jsFile · 0.85
StoryModal.jsFile · 0.85
AppModal.tsxFile · 0.85
springBackFunction · 0.85
springFunction · 0.85
renderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected