Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/alibaba/anyproxy
/ proxyWs
Function
proxyWs
test/util/HttpUtil.js:255–257 ·
view source on GitHub ↗
(url)
Source
from the content-addressed store, hash-verified
253
}
254
255
function
proxyWs(url) {
256
return
doWebSocket(url, true);
257
}
258
259
function
directWs(url) {
260
return
doWebSocket(url);
Callers
1
testWebsocket
Function · 0.85
Calls
1
doWebSocket
Function · 0.85
Tested by
no test coverage detected