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

Function alwaysValidStatus

src/cli/transports/ccrClient.ts:45–47  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected