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

Function onFulFilledToPromiseState

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

Source from the content-addressed store, hash-verified

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

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…