MCPcopy Create free account
hub / github.com/simstudioai/sim / fn

Function fn

apps/sim/app/landing-preview/marks-lab/marks-lab.tsx:260–263  ·  view source on GitHub ↗
(t: number)

Source from the content-addressed store, hash-verified

258 ],
259 build: (p) => {
260 const fn = (t: number): Pt => [
261 50 + p.amp * Math.sin(p.a * t + p.phase),
262 50 + p.amp * Math.sin(p.b * t),
263 ]
264 return toPath(normalizeReach(sampleClosed(fn)))
265 },
266 },

Callers 15

request-context.tsFile · 0.50
mcp-oauth.mock.tsFile · 0.50
database.mock.tsFile · 0.50
logger.mock.tsFile · 0.50
executeWithRetryFunction · 0.50
runWithoutRecordingFunction · 0.50
typeWithFinalCharFunction · 0.50
use-table.test.tsFile · 0.50
route.test.tsFile · 0.50
route.test.tsFile · 0.50

Calls

no outgoing calls

Tested by 1

typeWithFinalCharFunction · 0.40