MCPcopy
hub / github.com/heroku/react-refetch / onRejectedToPromiseState

Function onRejectedToPromiseState

test/PromiseState.spec.js:10–10  ·  view source on GitHub ↗
(r)

Source from the content-addressed store, hash-verified

8
9 const onFulFilledToPromiseState = (v) => PromiseState.resolve(`F[${v}]`)
10 const onRejectedToPromiseState = (r) => PromiseState.resolve(`R[${r}]`)
11
12 describe('resolve', () => {
13 it('resolves raw value', () => {

Callers

nothing calls this directly

Calls 1

resolveMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…