MCPcopy Create free account
hub / github.com/LeetCode-OpenSource/ayanami / catchRxError

Function catchRxError

src/core/ikari.ts:39–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37}
38
39function catchRxError() {
40 return catchError<any, any>((err) => {
41 console.error(err)
42
43 return NEVER
44 })
45}
46
47export function combineWithIkari<S>(ayanami: Ayanami<S>): Ikari<S> {
48 const ikari = Ikari.getFrom(ayanami)

Callers 1

setupEffectActionsFunction · 0.85

Calls 1

errorMethod · 0.80

Tested by

no test coverage detected