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

Function normalizeOAuthHost

packages/oauth/src/toolkit.ts:469–471  ·  view source on GitHub ↗
(oauthHost: string)

Source from the content-addressed store, hash-verified

467}
468
469function normalizeOAuthHost(oauthHost: string): string {
470 return oauthHost.trim().replace(/\/+$/, '');
471}

Callers 1

managerForMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected