MCPcopy Create free account
hub / github.com/codeaashu/claude-code / alwaysValidStatus

Function alwaysValidStatus

src/cli/transports/SSETransport.ts:38–40  ·  view source on GitHub ↗

Hoisted axios validateStatus callback to avoid per-request closure allocation.

()

Source from the content-addressed store, hash-verified

36
37/** Hoisted axios validateStatus callback to avoid per-request closure allocation. */
38function alwaysValidStatus(): boolean {
39 return true
40}
41
42// ---------------------------------------------------------------------------
43// SSE Frame Parser

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected