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

Function getOpenPlatformById

packages/oauth/src/open-platform.ts:39–41  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

37];
38
39export function getOpenPlatformById(id: string): OpenPlatformDefinition | undefined {
40 return OPEN_PLATFORMS.find((p) => p.id === id);
41}
42
43export function isOpenPlatformId(id: string): boolean {
44 return OPEN_PLATFORMS.some((p) => p.id === id);

Callers 4

refreshProviderModelsFunction · 0.90
buildRowsFunction · 0.85
handleLoginCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected