Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ normalizeEndpoint
Function
normalizeEndpoint
packages/oauth/src/managed-kimi-code.ts:251–253 ·
view source on GitHub ↗
(value: string)
Source
from the content-addressed store, hash-verified
249
}
250
251
function
normalizeEndpoint(value: string): string {
252
return
value.trim().replace(/\/+$/,
''
);
253
}
254
255
function
persistedOAuthHost(options: {
256
readonly key: string;
Callers
3
persistedOAuthHost
Function · 0.70
managed-kimi-code.ts
File · 0.70
resolveKimiCodeOAuthKey
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected