MCPcopy 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
67function wsUrl(http: string): string {
68 return http.replace(/^http:\/\//, 'ws://') + '/api/v1/ws';
69}
70
71interface WsFrame {
72 type: string;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected