Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tldraw/tldraw
/ fn3
Function
fn3
packages/utils/src/lib/throttle.test.ts:235–235 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
233
const
fn1 = () => results.push(1)
234
const
fn2 = () => results.push(2)
235
const
fn3 = () => results.push(3)
236
237
throttle.throttleToNextFrame(fn1)
238
throttle.throttleToNextFrame(fn2)
Callers
nothing calls this directly
Calls
1
push
Method · 0.45
Tested by
no test coverage detected