MCPcopy
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

callFunction · 0.85
useFeedbackSurveyFunction · 0.85
usePostCompactSurveyFunction · 0.85
useMemorySurveyFunction · 0.85
writeFileAndFlushFunction · 0.85
captureUntrackedFilesFunction · 0.85
storeImageFunction · 0.85
openForScanFunction · 0.85
readSessionStartDateFunction · 0.85
execFunction · 0.85
readJSONLFileFunction · 0.85
saveStatsCacheFunction · 0.85

Calls 1

newConnStateFunction · 0.85

Tested by

no test coverage detected