(error)
| 61 | } |
| 62 | |
| 63 | function isSourceDisabledError(error) { |
| 64 | return error?.code === SOURCE_DISABLED_ERROR_CODE; |
| 65 | } |
| 66 | |
| 67 | function serializeSourceDisabledError(error) { |
| 68 | if (!isSourceDisabledError(error)) return null; |
no outgoing calls
no test coverage detected