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

Function error

src/upstreamproxy/relay.ts:230–233  ·  view source on GitHub ↗
(sock, err)

Source from the content-addressed store, hash-verified

228 cleanupConn(sock.data)
229 },
230 error(sock, err) {
231 logForDebugging(`[upstreamproxy] client socket error: ${err.message}`)
232 cleanupConn(sock.data)
233 },
234 },
235 })
236

Callers

nothing calls this directly

Calls 2

logForDebuggingFunction · 0.85
cleanupConnFunction · 0.85

Tested by

no test coverage detected