MCPcopy
hub / github.com/xnimorz/use-debounce / notifyManuallyTimerExpired

Function notifyManuallyTimerExpired

src/useDebouncedCallback.ts:250–254  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

248 };
249
250 const notifyManuallyTimerExpired = () => {
251 if (forceUpdate) {
252 forceUpdate({});
253 }
254 };
255
256 const func: DebouncedState<T> = (...args: Parameters<T>): ReturnType<T> => {
257 if (!isClientSide && !debounceOnServer) {

Callers 1

timerExpiredFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…