MCPcopy Index your code
hub / github.com/heroku/react-refetch / andThen

Function andThen

src/utils/checkTypes.js:80–82  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

78 },
79
80 andThen(fn) {
81 typecheck([ 'function', 'undefined' ], 'andThen', fn)
82 },
83
84 catch(fn) {
85 typecheck([ 'function', 'undefined' ], 'catch', fn)

Callers

nothing calls this directly

Calls 1

typecheckFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…