Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
469
function
normalizeOAuthHost(oauthHost: string): string {
470
return
oauthHost.trim().replace(/\/+$/,
''
);
471
}
Callers
1
managerFor
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected