Hoisted axios validateStatus callback to avoid per-request closure allocation.
()
| 43 | |
| 44 | /** Hoisted axios validateStatus callback to avoid per-request closure allocation. */ |
| 45 | function alwaysValidStatus(): boolean { |
| 46 | return true |
| 47 | } |
| 48 | |
| 49 | export type CCRInitFailReason = |
| 50 | | 'no_auth_headers' |
nothing calls this directly
no outgoing calls
no test coverage detected