MCPcopy Create free account
hub / github.com/caseywebdev/react-list / isThenableResolved

Function isThenableResolved

docs/index.js:6172–6175  ·  view source on GitHub ↗
(thenable)

Source from the content-addressed store, hash-verified

6170 SuspenseyCommitException = Error(formatProdErrorMessage(474)),
6171 noopSuspenseyCommitThenable = { then: function () {} };
6172function isThenableResolved(thenable) {
6173 thenable = thenable.status;
6174 return "fulfilled" === thenable || "rejected" === thenable;
6175}
6176function noop$3() {}
6177function trackUsedThenable(thenableState, thenable, index) {
6178 index = thenableState[index];

Callers 1

renderRootConcurrentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…