Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ open
Function
open
src/upstreamproxy/relay.ts:193–195 ·
view source on GitHub ↗
(sock)
Source
from the content-addressed store, hash-verified
191
port: 0,
192
socket: {
193
open(sock) {
194
sock.data = { ...newConnState(), writeBuf: [] }
195
},
196
data(sock, data) {
197
const
st = sock.data
198
const
adapter: ClientSocket = {
Callers
15
call
Function · 0.85
useFeedbackSurvey
Function · 0.85
usePostCompactSurvey
Function · 0.85
useMemorySurvey
Function · 0.85
writeFileAndFlush
Function · 0.85
captureUntrackedFiles
Function · 0.85
storeImage
Function · 0.85
openForScan
Function · 0.85
readSessionStartDate
Function · 0.85
exec
Function · 0.85
readJSONLFile
Function · 0.85
saveStatsCache
Function · 0.85
Calls
1
newConnState
Function · 0.85
Tested by
no test coverage detected