Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/react
/ cacheSignal
Function
cacheSignal
packages/react-reconciler/src/ReactFiberAsyncDispatcher.js:28–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
}
27
28
function
cacheSignal(): null | AbortSignal {
29
const
cache: Cache = readContext(CacheContext);
30
return
cache.controller.signal;
31
}
32
33
export
const
DefaultAsyncDispatcher: AsyncDispatcher = ({
34
getCacheForType,
Callers
2
ReactCache-test.js
File · 0.50
Test
Function · 0.50
Calls
1
readContext
Function · 0.90
Tested by
1
Test
Function · 0.40