Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
56
const TY = 1.3;
57
const TS = 0.6;
58
const tx = (x: number) => 0.85 + x * TS;
59
const ty = (y: number) => TY + y * TS;
60
61
const TRUE_T: Coordinate[] = [
Callers
1
Map.tsx
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected