MCPcopy Index your code
hub / github.com/react/react / popCacheProvider

Function popCacheProvider

packages/react-reconciler/src/ReactFiberCacheComponent.js:124–126  ·  view source on GitHub ↗
(workInProgress: Fiber, cache: Cache)

Source from the content-addressed store, hash-verified

122}
123
124export function popCacheProvider(workInProgress: Fiber, cache: Cache) {
125 popProvider(CacheContext, workInProgress);
126}

Callers 3

unwindWorkFunction · 0.90
unwindInterruptedWorkFunction · 0.90
completeWorkFunction · 0.90

Calls 1

popProviderFunction · 0.90

Tested by

no test coverage detected