MCPcopy Create free account
hub / github.com/SimonBuxx/LogiJS / throttle

Function throttle

libraries/lodash.js:10912–10928  ·  view source on GitHub ↗

* Creates a throttled function that only invokes `func` at most once per * every `wait` milliseconds. The throttled function comes with a `cancel` * method to cancel delayed `func` invocations and a `flush` method to * immediately invoke them. Provide `options` to indicate whether `fu

(func, wait, options)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

isObjectFunction · 0.85
debounceFunction · 0.85

Tested by

no test coverage detected