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

Function then

test/components/connect.spec.js:2518–2518  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

2516 })
2517
2518 const then = (v) => `/second/inline/then/${v['T']}`
2519 const andThen = (v) => ({ secondFetch: `/second/inline/andThen/${v['T']}` })
2520 const ccatch = (v) => `/second/inline/catch/${v['T']}`
2521 const andCatch = (v) => ({ secondFetch: `/second/inline/andCatch/${v['T']}` })

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…