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

Function fallback

apps/kimi-code/src/tui/commands/info.ts:34–38  ·  view source on GitHub ↗
(reason: string)

Source from the content-addressed store, hash-verified

32
33export async function handleFeedbackCommand(host: SlashCommandHost): Promise<void> {
34 const fallback = (reason: string): void => {
35 host.showStatus(reason);
36 host.showStatus(FEEDBACK_ISSUE_URL);
37 openUrl(FEEDBACK_ISSUE_URL);
38 };
39
40 const providerKey = host.state.appState.availableModels[host.state.appState.model]?.provider;
41 if (!isManagedUsageProvider(providerKey)) {

Callers 1

handleFeedbackCommandFunction · 0.70

Calls 2

openUrlFunction · 0.90
showStatusMethod · 0.65

Tested by

no test coverage detected