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

Function catch

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

Source from the content-addressed store, hash-verified

82 },
83
84 catch(fn) {
85 typecheck([ 'function', 'undefined' ], 'catch', fn)
86 },
87
88 andCatch(fn) {
89 typecheck([ 'function', 'undefined' ], 'andCatch', 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…