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

Function feedbackBaseUrl

packages/oauth/src/managed-feedback-upload.ts:124–126  ·  view source on GitHub ↗
(baseUrl?: string)

Source from the content-addressed store, hash-verified

122}
123
124function feedbackBaseUrl(baseUrl?: string): string {
125 return (baseUrl ?? kimiCodeBaseUrl()).replace(/\/+$/, '');
126}
127
128function readUpload(
129 payload: unknown,

Callers 2

Calls 1

kimiCodeBaseUrlFunction · 0.90

Tested by

no test coverage detected