MCPcopy Create free account
hub / github.com/microsoft/SandDance / isSuspenseInstancePending

Function isSuspenseInstancePending

docs/external/js/react-dom.development.js:7776–7778  ·  view source on GitHub ↗
(instance)

Source from the content-addressed store, hash-verified

7774 return instance;
7775 }
7776 function isSuspenseInstancePending(instance) {
7777 return instance.data === SUSPENSE_PENDING_START_DATA;
7778 }
7779 function isSuspenseInstanceFallback(instance) {
7780 return instance.data === SUSPENSE_FALLBACK_START_DATA;
7781 }

Callers 1

findFirstSuspendedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected