MCPcopy
hub / github.com/vercel/next.js / handler

Function handler

examples/with-apollo-and-redux/lib/useInterval.js:12–12  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

10
11 useEffect(() => {
12 const handler = (...args) => savedCallback.current(...args);
13
14 if (delay !== null) {
15 const id = setInterval(handler, delay);

Callers

nothing calls this directly

Calls 1

currentMethod · 0.80

Tested by

no test coverage detected