MCPcopy Index your code
hub / github.com/caseywebdev/react-list / createThenableState

Function createThenableState

docs/index.js:22998–23000  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22996 ));
22997 }
22998 function createThenableState() {
22999 return { didWarnAboutUncachedPromise: !1, thenables: [] };
23000 }
23001 function isThenableResolved(thenable) {
23002 thenable = thenable.status;
23003 return "fulfilled" === thenable || "rejected" === thenable;

Callers 2

unwrapThenableFunction · 0.85
useThenableFunction · 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…