MCPcopy Index your code
hub / github.com/lodev09/react-native-true-sheet / tx

Function tx

example/shared/src/components/Map.tsx:58–58  ·  view source on GitHub ↗
(x: number)

Source from the content-addressed store, hash-verified

56const TY = 1.3;
57const TS = 0.6;
58const tx = (x: number) => 0.85 + x * TS;
59const ty = (y: number) => TY + y * TS;
60
61const TRUE_T: Coordinate[] = [

Callers 1

Map.tsxFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected