MCPcopy 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
96function wsUrl(http: string): string {
97 return http.replace(/^http:\/\//, 'ws://') + '/api/v1/ws';
98}
99
100interface WsFrame {
101 type: string;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected