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

Function cacheSignal

packages/react-server/src/flight/ReactFlightAsyncDispatcher.js:34–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 return entry;
33 },
34 cacheSignal(): null | AbortSignal {
35 const request = resolveRequest();
36 if (request) {
37 return request.cacheController.signal;
38 }
39 return null;
40 },
41}: any);
42
43if (__DEV__) {

Callers

nothing calls this directly

Calls 1

resolveRequestFunction · 0.90

Tested by

no test coverage detected