Hoisted axios validateStatus callback to avoid per-request closure allocation.
()
| 36 | |
| 37 | /** Hoisted axios validateStatus callback to avoid per-request closure allocation. */ |
| 38 | function alwaysValidStatus(): boolean { |
| 39 | return true |
| 40 | } |
| 41 | |
| 42 | // --------------------------------------------------------------------------- |
| 43 | // SSE Frame Parser |
nothing calls this directly
no outgoing calls
no test coverage detected