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