Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.ts
File · 0.50
mcp-oauth.mock.ts
File · 0.50
database.mock.ts
File · 0.50
logger.mock.ts
File · 0.50
runOutsideTransactionContext
Function · 0.50
executeWithRetry
Function · 0.50
runWithoutRecording
Function · 0.50
typeWithFinalChar
Function · 0.50
link-input-rule.test.ts
File · 0.50
use-table.test.ts
File · 0.50
route.test.ts
File · 0.50
route.test.ts
File · 0.50
Calls
no outgoing calls
Tested by
1
typeWithFinalChar
Function · 0.40