Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ wsUrl
Function
wsUrl
packages/server/test/connections.e2e.test.ts:96–98 ·
view source on GitHub ↗
(http: string)
Source
from the content-addressed store, hash-verified
94
}
95
96
function
wsUrl(http: string): string {
97
return
http.replace(/^http:\/\
//, 'ws://') + '/api/v1/ws';
98
}
99
100
interface
WsFrame {
101
type
: string;
Callers
1
connections.e2e.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected