MCPcopy Index your code
hub / github.com/caseywebdev/react-list / updateRefresh

Function updateRefresh

docs/index.js:8115–8117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8113 return updateWorkInProgressHook().memoizedState;
8114}
8115function updateRefresh() {
8116 return updateWorkInProgressHook().memoizedState;
8117}
8118function refreshCache(fiber) {
8119 for (var provider = fiber.return; null !== provider; ) {
8120 switch (provider.tag) {

Callers

nothing calls this directly

Calls 1

updateWorkInProgressHookFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…