MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / wsUrl

Function wsUrl

packages/server/test/fs-watch.e2e.test.ts:131–133  ·  view source on GitHub ↗
(http: string)

Source from the content-addressed store, hash-verified

129}
130
131function wsUrl(http: string): string {
132 return http.replace(/^http:\/\//, 'ws://') + '/api/v1/ws';
133}
134
135interface WsFrame {
136 type: string;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected